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. source ~/.bash_profile
本教程详细介绍了如何使用Python3的mpip卸载Jupyter相关组件,包括jupyter, jupyter_core, jupyter-client等,然后重新安装Notebook的过程。通过修改PATH环境变量并激活更改,确保Jupyter Notebook正常运行。
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. source ~/.bash_profile
2167

被折叠的 条评论
为什么被折叠?