본문 바로가기
IT

주피터 노트북 nbextensions 설치 방법

by 민트린 2023. 7. 14.
728x90
터미널에서
 
conda install -c conda-forge jupyter_nbextensions_configurator
 
 
 
jupyter notebook에서
 

!pip install jupyter_nbextensions_configurator jupyter_contrib_nbextensions

!jupyter contrib nbextension install --user​

 

!jupyter nbextensions_configurator enable --user
 
 
 
안 되면 터미널에서 이거 하고 껐다 켜보기
 
 jupyter contrib nbextension install --sys-prefix​

 

 
 
6.5.2 버전에서 안되는 이슈가 있는데
 
conda install nbclassic=0.4.8​
 
이렇게 nbclassic을 다운그레이드해서 해결함
 

extension not working with notebook 6.5.2 · Issue #1628 · ipython-contrib/jupyter_contrib_nbextensions

Hello, I am trying to install jupyter_contrib_nb_extensions in my venv environment with the following versions: notebook version: 6.5.2 python: 3.9 jupyter_contrib_nbextensions: 0.7.0 using these c...

github.com

 

다운그레이드 해보고 주피터랑 터미널 껐다가 다시 들어가면 탭 생겨있음
Nbextensions 탭 들어가서 위에 'disable configuration for nbextensions without explicit compatibility ' 체크 풀고,

Table of Contents 체크

코드 파일 열어보면 자판 모양 아이콘 옆에 Table of Contents 있음

728x90