jupyter常用安装(windows)
1. why jupyter
2. jupyter notebook 安装
.. /Python36/Scripts> pip install jupyter (pip3 install jupyter)
3. jupyter notebook 启动
../Python36/Scripts > jupyter notebook
错误如上:
sre_contants.error: bad escape \j at position 2
问题是:
配置文件下的目录出现问题
C:\Users\Jing.jupyter\jupyter_notebook_config.py中
中的 E:/jupyter-notebook 写成了 E:\jupyter-noteook
成功之后,会自动弹出网页
4. 修改jupyter_notebook_config.py配置文件
上步已操作过
表明修改成功