본문 바로가기

오늘의 공부/ubuntu

8.우분투 아나콘다 쥬피터 nbextension설치하기

 

 

실행환경:ubuntu 20.04 lts, anaconda3

 

 

쥬피터의 다양한 확장기능들을 사용하기 위해 nbextension 을 설치하려고 포스팅했습니다.

nbextyension 탭 의 기능들

 

아나콘다의 주피터에 적용을 해야 해서 conda로 설치했습니다.

$ conda install -c conda-forge jupyter_contrib_nbextensions

conda로 nbextension 설치과정

콘다 이외에도 아래 사이트에 설치방법이 나와있으니 참고하시면 좋을 것 같습니다.

 

 

[참고사이트]

https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html

 

Installing jupyter_contrib_nbextensions — jupyter_contrib_nbextensions 0.5.0 documentation

Installing jupyter_contrib_nbextensions To install the jupyter_contrib_nbextensions notebook extensions, three steps are required. First, the Python pip package needs to be installed. Then, the notebook extensions themselves need to be copied to the Jupyte

jupyter-contrib-nbextensions.readthedocs.io

https://medium.com/@john_analyst/%EC%A3%BC%ED%94%BC%ED%84%B0-%EB%85%B8%ED%8A%B8%EB%B6%81%EC%9D%98-%EA%BF%80%ED%8C%81%EB%93%A4-4a40d406f07e

 

주피터 노트북의 꿀팁들

jupyter notebook을 사용할 때 활용할만한 꿀팁들을 공유하려고 한다.

medium.com