diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-04-09 11:34:54 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-04-09 11:34:54 +0200 |
commit | ff223cdc4fca203e7811c187c718e07fa2b0f19d (patch) | |
tree | a12f5e33b0f686d7ab1f71711c4ccb963eeebf31 | |
parent | 8e54c9768788d7dd4e2c89cd5c399420e39fd023 (diff) |
Add browser configuration
-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' |