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)
Смотрите видео How to setup Jupyter & Python on Mac, Windows or Linux Tutorial онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь CodingEntrepreneurs 30 Сентябрь 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 76,11 раз и оно понравилось 85 людям.