Jupyter

If you have installed Python you may want to use a development IDE. One of the best IDE is the Jupyter Notebook. To install Jupyter, run the following commands:

$ pip install jupyter

To run the notebook, run the following command from the command-line:

$ jupyter notebook

If you want to avoid installing Python and Anaconda, you can also run Jupyter Notebook by starting the jupyter/datascience-notebook container:

  1. Start the container as follows:
$ docker run -p 8888:8888 -v $(pwd)/data:/data -i --name jupyterhub-ds jupyter/datascience-notebook
  1. Then, connect the browser to http://localhost:8888/?token=<provided token>
  2. Open a new notebook for coding
    ..................Content has been hidden....................

    You can't read the all page of ebook, please click here login for view all page.
    Reset