python如何安装Jupyter notebook
一,安装Jupyter notebook
环境:win10,python3.7
两种安装方式,这里只讲pip安装
pip install jupyter notebook
or
pip install jupyter

二,启动Jupyter notebook
jupyter notebook


可以看到打开了一个在网页端的界面
三,编写python代码

新建一个python3 在单元格输入我们的pyhton代码 打印一个hello world

上面工具栏的功能就自行摸索了,相当简单
四,关闭Jupyter notebook
每次关闭前一定要记得保存代码,不然下次打开又要重新编写非常麻烦

我这里已经保存了
右上角有个logout 注销 退出页面即可
如果在主页面 点击Quit即可

安装教程到这结束

浙公网安备 33010602011771号