How to run ipython laptop

I am trying to start an IPython laptop, but it is not making any output, it gives such an error. Error: Connection to WebSocket could not be established. You cannot run the code. Check the network connection or configuration of the laptop server, and what can I do to do this?

+3
source share
1 answer

This error means that your ipython laptop server is not running. If you are using Ubuntu or OSX, you need to go to the cd command line in the directory where your laptop file is located and run ipython notebook. This will launch the web server of the local laptop, and you will be able to run the code inside your laptops. The error you get probably means that you accidentally killed a local web server that allows you to run laptops.

-2
source

All Articles