jupyter
qq_41672744
这个作者很懒,什么都没留下…
展开
-
python3 重装jupyter
1. python3 -m pip uninstall -y jupyter jupyter_core jupyter-client jupyter-console notebook qtconsole nbconvert nbformat 2. pip3 install notebook 3. export PATH="/usr/local/bin/jupyter:$PATH" 4. so...原创 2020-01-31 20:05:44 · 456 阅读 · 0 评论 -
jupyter notebook - Error executing Jupyter command 'notebook': [Errno 2] No such file or directory
sudo apt-get install python3-notebook jupyter-core python-ipykernel sudo apt-get install python3-dev sudo apt-get install python-dev sudo -H python3 -m pip --default-timeout=1000 install --index-url ...原创 2019-05-30 22:49:39 · 1585 阅读 · 0 评论
分享