반응형
Anaconda Prompt 관리자 권한으로 실행 후 위 내용을 붙여쓴다.
너무 시간이 오래 걸려서 계속 포스팅중..
:: Update of PIP
pip install --upgrade pip
python -m pip install --user --upgrade pip
:: Jupyter Nbextensions
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
:: Jupyter Lab
pip install jupyterlab
pip install --upgrade jupyterlab
:: Jupyter Lab Extensions Package
pip install nodejs
conda install --yes nodejs
conda install -c conda-forge --yes nodejs
:: Table of Contents
jupyter labextension install @jupyterlab/toc
:: Shortcut UI
jupyter labextension install @jupyterlab/shortcutui
:: Variable Inspector
jupyter labextension install @lckr/jupyterlab_variableinspector
:: Go to Definition of Module
jupyter labextension install @krassowski/jupyterlab_go_to_definition
:: Interactive Visualization
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install lineup_widget
:: Connection to Github
jupyter labextension install @jupyterlab/github
:: CPU+RAM Monitor
pip install nbresuse
jupyter labextension install jupyterlab-topbar-extension jupyterlab-system-monitor
:: File Tree Viewer
jupyter labextension install jupyterlab_filetree
:: Download Folder as Zip File
conda install --yes jupyter-archive
jupyter lab build
jupyter labextension update --all
:: End
반응형
'구버전 팁' 카테고리의 다른 글
git commit 날짜 바꾸기 (0) | 2020.10.06 |
---|---|
주피터 노트북 랩 (0) | 2020.10.03 |
주피터노트북 실행 환경 default 설정 변경하기 (0) | 2020.10.03 |
Ubuntu 20 에서 c++ 컴파일 하기 (0) | 2020.10.01 |
intelly j : test code run이 제대로 작동하지 않을때 (0) | 2020.09.13 |