Jupyter Notebook安装过程记录Win10
上一篇记录了Python的安装,现在来安装Jupyter。
在命令行输入
pip3 install jupyter
python版本若为2.x则输入
pip install jupyter
等待安装完成后,输入jupyter notebook即可启动
然后我顺便又安了一个jupyterlab(闲得,其实lab和notebook功能有重复,lab相对功能更强大,只需要安装一个就好)
pip install jupyterlab
输入jupyter-lab
即可启动