Skip to Content
Hands-On Industrial Internet of Things
book

Hands-On Industrial Internet of Things

by Giacomo Veneri, Antonio Capasso
November 2018
Intermediate to advanced
556 pages
14h 42m
English
Packt Publishing
Content preview from Hands-On Industrial Internet of Things

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
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Internet of Things

Internet of Things

S. Velliangiri, Sathish A.P. Kumar, P. Karthikeyan
Industrial Internet Application Development

Industrial Internet Application Development

Alena Traukina, Jayant Thomas, Prashant Tyagi, Veera Kishore Reddipalli

Publisher Resources

ISBN: 9781789537222Supplemental Content