I\'m trying to use jupyter notebook from PyCharm 2016.1. I open a previously created iPython notebook, click in a cell with code, and run it. I get prompted to start jupyter not
Just had the same problem and resolved it with the following command:
jupyter notebook --generate-config
More infos are here: http://jupyter-notebook.readthedocs.io/en/stable/config.html
It prompted me to replace my current config with the default config. Thus, if you're fine getting rid of your current config, this is an easy option.