From ff223cdc4fca203e7811c187c718e07fa2b0f19d Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Fri, 9 Apr 2021 11:34:54 +0200 Subject: Add browser configuration --- python.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 = ' %s' -- cgit v1.2.3