Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 387 Bytes

python.md

File metadata and controls

20 lines (15 loc) · 387 Bytes

Python

conda

Jupyter

jupyter notebook --generate-config  # Jupyter Notebook config
jupyter server --generate-config  # Jupyter Lab config

jupyter config

jupyter_*_config.py:

## The directory to use for notebooks and kernels.
#  Default: ''
c.ServerApp.root_dir = ''         # for lab
c.NotebookApp.notebook_dir = ''   # for notebook