From 865f06d93d156177d2f0fbab966c51f4d2bc2cbf Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Wed, 24 Nov 2021 12:08:41 -0800 Subject: [PATCH] Let's switch to the Joy kernel. --- docs/Newton-Raphson.ipynb | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/docs/Newton-Raphson.ipynb b/docs/Newton-Raphson.ipynb index c0892b1..9c8a880 100644 --- a/docs/Newton-Raphson.ipynb +++ b/docs/Newton-Raphson.ipynb @@ -360,21 +360,14 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 2", - "language": "python", - "name": "python2" + "display_name": "Joypy", + "language": "", + "name": "thun" }, "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.8.3" + "file_extension": ".joy", + "mimetype": "text/plain", + "name": "Joy" } }, "nbformat": 4,