How to setup Jupyter & Python on Mac, Windows or Linux Tutorial

Published: 30 September 2021
on channel: CodingEntrepreneurs
76,119
855

How to setup Jupyter & Python on Mac, Windows or Linux Tutorial

Jupyter is a great tool to run interactive Python notebooks (other languages too!). In this video we simply do this:

- Install python from python.org
- Create a virtual environment with `python3 -m venv .`
- Activate the virtual environment with `source bin/activate` (mac/linux) or `.\Scripts\activate` (windows)
- Install jupyter `pip install jupyter`
- Run jupyter: `jupyter notebook`

Places to run notebooks:
- Google Colab (https://colab.research.google.com/)
- Deepnote (https://deepnote.com or get 20 hours free with https://kirr.co/yre5yt)


Watch video How to setup Jupyter & Python on Mac, Windows or Linux Tutorial online without registration, duration hours minute second in high quality. This video was added by user CodingEntrepreneurs 30 September 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 76,119 once and liked it 855 people.