Jupyter Notebook
Jupyter Notebook is an open-source web-based interactive computing environment that allows users to create and share documents called notebooks. To install jupyter notebook, open the command prompt, then run the following command.
pip install jupyter
Run the following command to run Jupyter Notebook.
jupyter notebook
Notebook will pop up in your web browser. If it doesn’t open your browser and navigate to
http://localhost:8888/tree
You’ll land on the jupyter page.
Anaconda is a popular Python distribution that comes bundled with Jupyter Notebook. You can download this here.
www.anaconda.com/products/individual
Once you download ...
Get Python Made Easy now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.