python 3.x - How to execute the ipython notebook -


I'm trying to run the Notebook notebook, but I am trying to not execute any output, returns an error, error: a webserocket connection could not be established. You will not be able to run the code Check your network connection or notebook server configuration, so what can I do?

This error means that your iPython notebook server is not running if you are running Ubuntu or OSX , Then you need to go to the command line, insert the CD into the directory where your notebook file is, and run the ipython notebook . This will start the local notebook webserver and you can then run code inside your notebooks. To get an error probably means that you accidentally killed the local webserver, which allows you to run a notebook.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -