Channel: CodingEntrepreneurs
Category: Education
Tags: google colabpythonconfigurationanacondaipythonwindowsdockerpython3jupyternotebookslinuxsetupdeepnotemacos
Description: 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 (colab.research.google.com/) - Deepnote (deepnote.com or get 20 hours free with kirr.co/yre5yt)