[PYTHON] Jupyter Notebook extension, nbextensions settings for myself

As the title suggests, about the personal settings of nbextensions.

Introduction

Referenced site https://www.pynote.info/entry/jupyter-notebook-nbextensions

#Installation
pip install jupyter-contrib-nbextensions
(pip install jupyter-nbextensions-configurator) #Does it look like the above point?

#activation
jupyter contrib nbextension install --user
jupyter nbextensions_configurator enable --user

If you want to uninstall or disable it, follow the steps below. Referenced site https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1012

#Invalidation
jupyter contrib nbextension uninstall --user
jupyter nbextensions_configurator disable --user

#Uninstall
pip uninstall jupyter-contrib-nbextensions
pip uninstall jupyter-nbextensions-configurator

nbextensions settings

Referenced site https://qiita.com/simonritchie/items/88161c806197a0b84174

nbextensionsの設定.PNG

Recommended Posts

Jupyter Notebook extension, nbextensions settings for myself
Snippet settings for python jupyter notebook
Shortcut key for Jupyter notebook
Jupyter Notebook essential for software development
Jupyter nbextensions
Jupyter Notebook memo
Introducing Jupyter Notebook
Data analysis for improving POG 2 ~ Analysis with jupyter notebook ~
Powerful Jupyter Notebook
Settings when using Jupyter Notebook under Proxy server
Proxy settings when using pip or Jupyter Notebook
Jupyter notebook password
Jupyter Notebook memo
[For data science] Oreore Jupyter cheat sheet [Jupyter Notebook / Lab]
Summary of python environment settings for myself [mac] [ubuntu]
Try basic operations for Pandas DataFrame on Jupyter Notebook
Mac application for double-clicking to open Jupyter Notebook (* .ipynb)
Settings for easy selection of multiple kernels in Jupyter
Next to Excel, for the time being, jupyter notebook
Get started Jupyter Notebook
Spacemacs settings (for beginners)
3 Jupyter notebook (Python) tricks
heroku memo (for myself)
[Cloud103] # 3 Jupyter Notebook again
Freecad memorandum (for myself)
Proxy settings for urllib.request
Recommendation of Jupyter Notebook, a coding environment for data scientists
<Python> Build a dedicated server for Jupyter Notebook data analysis
Make custom settings for Jupyter Lab when creating docker image