Encounter a statuse code 500 error when opening jupyter notebook
2022-10-30
1 min read
https://stackoverflow.com/questions/36851746/jupyter-notebook-500-internal-server-error
更新conda相关组件
pip install --upgrade jupyterhub
pip install --upgrade --user nbconvert
或者(在环境里面)
conda install nbconvert==5.4.1