TroubleShooting [Error] cannot import name 'WORKSPACE_EXTENSION' from 'jupyterlab_server' - 주피터랩(jupyter lab)을 새로 만든 가상 환경에 쓰려는데 이런 에러가 생겼다. 에러 발생 이유는 버전 호환이 잘 안맞는다고 판단하였다. 해결법 jupyterlab의 최신 버전(3.2.5)은 그대로 두고 jupyterlab-server를 2.8.2로 다운그레이드하였다. 만약 jupyterlab-server가 깔려있는데 버전이 안 맞는 경우에는 pip uninstall jupyterlab-server 후, pip install jupyterlab-server==2.8.2를 실행한다. 깔려있지 않으면 당연히 pip install jupyterlab-server==2.8.2를 실행한다. 공유하기 게시글 관리 not bad한 개발자 일기 'TroubleShooting' 카테고리의 다른 글 GitHub repository에서 git lfs로 담긴 파일을 받아야 할 때 (0) 2023.05.02 [Error] The kernel for ipynb appears to have died. It will restart automatically. (0) 2023.01.04 TypeError: '<' not supported between instances of 'function' and 'str' (0) 2021.11.30 [Error] SubProcess ended with return code: 4294967295 (0) 2021.05.28 [Error] kernel died with exit code 1(vscode에서 jupyter를 이용한다면) (0) 2021.04.30 Contents 당신이 좋아할만한 콘텐츠 GitHub repository에서 git lfs로 담긴 파일을 받아야 할 때 2023.05.02 [Error] The kernel for ipynb appears to have died. It will restart automatically. 2023.01.04 TypeError: '<' not supported between instances of 'function' and 'str' 2021.11.30 [Error] SubProcess ended with return code: 4294967295 2021.05.28 댓글 0 + 이전 댓글 더보기