서버에서 주피터 노트북 open시에 500에러가 나왔다..

TOLL TERRY·2022년 2월 9일
0

error_or_download

목록 보기
8/15

리눅스에서 진행했다.

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

정상작동..감사합니다. 구글

profile
행복을 찾아서(크리스 가드너)

0개의 댓글