m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'