Note that I messed with Jupyter settings after installing Anaconda3
AnacondaPrompt
jupyter notebook --generate-config
At this point, a folder called ".jupyter" will be created directly under the Windows user folder. You will have jupyter_notebook_config.py in this folder (Example: C: \ Users \ Administrator \ .jupyter for Administrator)
jupyter_notebook_config.py
c.NotebookApp.notebook_dir=<Working folder>
jupyter_notebook_config.py
c.NotebookApp.ip='*'
AnacondaPrompt
jupyter notebook password
Install by referring to jupyter-themes
AnacondaPrompt
pip install lesscpy
pip install jupyterthemes
AnacondaPrompt
jt -l
AnacondaPrompt
jt -t chesterish
AnacondaPrompt
jt -h
Install nbextensions as a jupyter extension
AnacondaPrompt
conda install -y -c conda-forge jupyter_contrib_nbextensions
Recommended Posts