%matplotlib inline ERROR during Jupyter setup
Answered
I am using the following instructions from the help documentation to setup Jupyter on PyCharm:
https://www.jetbrains.com/help/pycharm/2016.3/using-ipython-jupyter-notebook-with-pycharm.html
When I input the %matplotlib inline function, it fails with the following error code;
/Users/macuser/Jupyter-Virtual-01/bin/python /Users/macuser/Jupyter-Virtual-01/bin/jupyter-notebook --no-browser --ip 127.0.0.1 --port 8888
Seems odd it's saying there is "no browser". Any ideas? Is this documentation out-dated?
Thanks.
B
Please sign in to leave a comment.
Hello!
> it fails with the following error code; /Users/macuser/Jupyter-Virtual-01/bin/python /Users/macuser/Jupyter-Virtual-01/bin/jupyter-notebook --no-browser --ip 127.0.0.1 --port 8888
It's not a error code, it's command line with arguments. --no-browser options means that Pycharm should start Notebook server without opening a browser (http://jupyter.readthedocs.io/en/latest/running.html#how-do-i-start-the-notebook-server-without-opening-a-browser).
Could you please attach a screenshot with your Jupyter Notebook cell and the output after launching it?