如何安装Jython Notebook
安装Jython Notebook需要以下步骤:
-
安装Jython:在https://www.jython.org/downloads.html下载最新版本的Jython并安装。
-
安装Jupyter Notebook:在https://jupyter.org/install.html下载最新版本的Jupyter Notebook并安装。
-
安装Jython内核:打开命令行终端并输入以下命令:
jupyter notebook --generate-config
jupyter kernelspec install-self --user
- 启动Jupyter Notebook:在命令行终端中输入以下命令启动Jupyter Notebook:
jupyter notebook
-
创建Jython内核:在Jupyter Notebook界面中,点击"New"按钮并选择"Jython"。
-
开始使用Jython Notebook:在新建的Jython Notebook中输入Jython代码并执行。
以上就是安装Jython Notebook的步骤
原文地址: http://www.cveoy.top/t/topic/cfjo 著作权归作者所有。请勿转载和采集!