티스토리 뷰

반응형

 

 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
반응형
댓글
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함