安装Jupyter(即IPython-notebook)

安装Jupyter(即IPython-notebook)
1.Jupyter搭建

pip install --user jupyter

如果是在python3中,则用如下命令:

pip3 install --user jupyter

python -m IPython notebook

报错
Google后参考github上的一个issue,https://github.com/jupyterlab/jupyterlab/issues/5345,看到有人切换语言解决问题的:

使用如下命令
LANG=zn jupyter notebook

image.png
image.png

你可能感兴趣的:(安装Jupyter(即IPython-notebook))