命令
# 安装或更新 Jupyter
pip install --upgrade jupyter
# 安装 ipykernel(Jupyter 内核)
pip install ipykernel
清理并重新安装 Jupyter
# 卸载 Jupyter
pip uninstall jupyter
# 重新安装 Jupyter
pip install jupyter
命令
# 安装或更新 Jupyter
pip install --upgrade jupyter
# 安装 ipykernel(Jupyter 内核)
pip install ipykernel
清理并重新安装 Jupyter
# 卸载 Jupyter
pip uninstall jupyter
# 重新安装 Jupyter
pip install jupyter