[PYTHON] Settings often used in Jupyter

Introduction

Note that I messed with Jupyter settings after installing Anaconda3

environment

Installation

Installation of Anaconda3

Jupyter settings

Create a configuration file

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)

Set working folder

jupyter_notebook_config.py


c.NotebookApp.notebook_dir=<Working folder>

Make it visible from the outside

jupyter_notebook_config.py


c.NotebookApp.ip='*'

Set password

AnacondaPrompt


jupyter notebook password

Change the theme (jupyter-themes)

Install by referring to jupyter-themes

AnacondaPrompt


pip install lesscpy
pip install jupyterthemes

AnacondaPrompt


jt -l

AnacondaPrompt


jt -t chesterish

AnacondaPrompt


jt -h

Install nb extensions

Install nbextensions as a jupyter extension

AnacondaPrompt


conda install -y -c conda-forge jupyter_contrib_nbextensions

Recommended Posts

Settings often used in Jupyter
Grammar summary often used in pandas
Summary of methods often used in pandas
Disk-related commands often used in Ubuntu (memories)
Jupyter, numpy, matplotlib notes used in reports
Bash in Jupyter
Processing memos often used in pandas (beginners)
Techniques often used in python short coding (Notepad)
Code often used in Python / Django apps [prefectures]
Jupyter in Cloud9 IDE
Settings for easy selection of multiple kernels in Jupyter
A collection of Excel operations often used in Python
Display HTML in Jupyter notebook
Multiprocessing error in Jupyter Notebook
Commands often used in the development environment during Python implementation
Teaming (LACP) settings in CentOS 8
I tried to summarize the code often used in Pandas
Timer used in while loop
Used in machine learning EDA
I tried to summarize the commands often used in business
Frequently used commands in virtualenv
Embed wav files in Jupyter
Snippet settings for python jupyter notebook
8 Frequently Used Commands in Python Django
XPath Basics (3) -Functions often used for XPath
Network settings and confirmation in CentOS7
Generate Jupyter notebook ".ipynb" in Python
Various Anaconda settings in Windows 10 environment
[Python] Basic knowledge used in AtCoder
Embed your favorite HTML in Jupyter
View graphs inline in Jupyter Notebook
Commands often used on GAE / P
Commands often used in the terminal (EC2 server) (for your own viewing)