Skip to content

Instantly share code, notes, and snippets.

@aqzlpm11
Last active March 16, 2019 07:15
Show Gist options
  • Save aqzlpm11/8f201b337f9d715f3872252651e29b56 to your computer and use it in GitHub Desktop.
Save aqzlpm11/8f201b337f9d715f3872252651e29b56 to your computer and use it in GitHub Desktop.
install_jupyter
conda install -c conda-forge jupyter_contrib_nbextensions -y
# pip install jupyter jupyter_contrib_nbextensions
# jupyter contrib nbextension install --user
jupyter nbextension enable toc2/main
jupyter nbextension enable execute_time/ExecuteTime
jupyter nbextension enable python-markdown/main
jupyter nbextension enable scratchpad/main
jupyter nbextension enable move_selected_cells/main
jupyter nbextension enable code_prettify/code_prettify
jupyter nbextension enable table_beautifier/main
jupyter nbextension enable zenmode/main
jupyter nbextension enable varInspector/main
jupyter nbextension enable init_cell/main
# Slide Show
# conda install -c damianavila82 rise -y
# pip install RISE
# jupyter-nbextension install rise --py --sys-prefix
# jupyter-nbextension enable rise --py --sys-prefix
# widget
conda install -c conda-forge ipywidgets -y
## jupyter lab
conda install -c conda-forge jupyterlab
conda install -c conda-forge nodejs
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install @jupyterlab/toc
jupyter labextension install @jupyterlab/git
pip install -e git+https://github.com/jupyterlab/jupyterlab-git.git#egg=jupyterlab_git
jupyter serverextension enable --py jupyterlab_git #--sys-prefix
# matlab widget
conda install -c conda-forge ipympl
# If using the Notebook
conda install -c conda-forge widgetsnbextension
# If using JupyterLab
jupyter labextension install jupyter-matplotlib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment