Installations
Learn how to set up your environment for running Jupyter notebooks.
Installing Python
The good news is that most operating systems come with Python pre-installed. To ensure this, open a command prompt/terminal and type:
python --version
(or python3 --version
).
If Python is installed, you’ll probably see something like this:
$ python --version
Python 3.7.6
or this:
$ python3 --version
Python 3.8.5
Get hands-on with 1400+ tech skills courses.