m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-04-09 11:34:54 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-04-09 11:34:54 +0200
commitff223cdc4fca203e7811c187c718e07fa2b0f19d (patch)
treea12f5e33b0f686d7ab1f71711c4ccb963eeebf31
parent8e54c9768788d7dd4e2c89cd5c399420e39fd023 (diff)
Add browser configuration
-rw-r--r--python.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/python.md b/python.md
index e89d842..41b202e 100644
--- a/python.md
+++ b/python.md
@@ -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'