Search⌘ K

Development Environment

Explore how to install and configure Jupyter Notebook using Anaconda or pip to create a practical and isolated development environment for coding machine learning models in Python. Understand launching and managing notebooks for hands-on experimentation and analysis.

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 ...