PyCharm 4.0 - How to start ipython notebook server?
Hi -
I am trying to figure out how I can set up PyCharm to start the ipython notebook server - I can't make it a python run command, since it needs to be 'ipython notebook', and a bash command ignores my virtualenv. Am I missing the right way to set up a command to start up the ipython notebook?
When I open a .ipynb file and click 'run' it asks for a host/port, and then says 'connection refused', so I am assuming I need to start up the server first. Obviously I could do that by hand in a shell window...but it seems like there should be a way to do it from inside PyCharm?
Thanks!
Tim
I am trying to figure out how I can set up PyCharm to start the ipython notebook server - I can't make it a python run command, since it needs to be 'ipython notebook', and a bash command ignores my virtualenv. Am I missing the right way to set up a command to start up the ipython notebook?
When I open a .ipynb file and click 'run' it asks for a host/port, and then says 'connection refused', so I am assuming I need to start up the server first. Obviously I could do that by hand in a shell window...but it seems like there should be a way to do it from inside PyCharm?
Thanks!
Tim
Please sign in to leave a comment.
I have the same problem - first test drive with PyCharm4 and .ipynb.
If you believe the documentation, we are doing nothing wrong and this should work by just starting a server and running your cell:
https://www.jetbrains.com/pycharm/webhelp/running-ipython-notebook-cells.html
Could not find a youtrack issue yet, but will check back tomorrow, as I am quite excited about notebook support and want it to mature as quickly as possible :)
Cheers
Oliver
When I do not have a notebook server running, I can attempt running cells all day, and supply whatever URL I want, and nothing happens. I still see "In [*]:" no matter how simple the execution ought to be.
This is potentially a great feature and I would love to see it work.
I checked and did not find a bug about this, so I opened https://youtrack.jetbrains.com/issue/PY-14494
Cheers
Oliver