Run jupyter notebook in incognito window
问题 On executing the command jupyter notebook , notebook opens on Mozilla Firefox. How to open notebook on incognito mode of Mozilla Firefox from command line? 回答1: Typically Jupyer opens on http://localhost:8888 all you need to do is copy that url and open it yourself in an incognito Firefox session. 回答2: In your config add the following to set the default browser to a private firefox (adapted from here and parameters from there): jupyter_notebook_config.py [...] ## Specify what command to use