리눅스에서 진행했다.
pip install --upgrade jupyterhub
pip install --upgrade --user nbconvert
pip install --upgrade nbconvert
$ sudo pip uninstall Jinja2
$ pip install jupyter
conda 가상환경에서 진행했다.
conda install nbconvert==5.4.1
그럼에도 오류가 있다..
AssertionError: wrong color format 'var(--jp-mirror-editor-variable-color)'
아직도..찾아 해맨다.. 500에러
conda update --all
pip install jupyter --upgrade
이것도 안되어서 최종으로 주피터를 다시 깔았다..
pip uninstall -y jupyter jupyter_core jupyter-client jupyter-console jupyterlab_pygments notebook qtconsole nbconvert nbformat
pip install jupyter
정상작동..감사합니다. 구글