Development Environment
Explore steps for installing the Jupyter Notebook.
We'll cover the following...
Jupyter notebook
Jupyter notebook is a popular choice for practitioners and online courses alike. It combines live code, explanatory notes, and visualizations into one convenient workspace and runs from any web browser.
Jupyter notebook can be installed using the Anaconda Distribution or Python’s package manager, pip. As an experienced Python user, you may wish to install ...