Jul 22, 2017 · 1 min read
Hi, Matthew.
Thanks so much for this. Worked like a charm for me. However, in the config file I generated, #c.NotebookApp.browser = u'' does not exist. I found the line by searching for just #c.NotebookApp.browser
Then, changing the line to c.NotebookApp.browser = u'chrome' worked fine.
