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
I solved this issue by:
opening cmd as admin
type in :
jupyter notebook --config=/home/john/mystuff/jupyter_notebook_config.json
Note that: before running above script make sure , Anaconda and Jupyter Lab must be uninstalled
jupyter notebook --generate-config