diff options
| -rw-r--r-- | python.md | 9 | 
1 files changed, 9 insertions, 0 deletions
| @@ -19,3 +19,12 @@ Create based on currently installed packages:  Install from requirements:      python -m pip install -r requirements.txt + +### Jupyter Notebook + +Setting default browser: + +    # generates a config file under ~/.jupyter/ +    jupyter notebook --generate-config +    # edit the newly generated config +    c.NotebookApp.browser = '<browser command> %s' |