Installations
Learn how to set up your environment for running Jupyter notebooks.
We'll cover the following...
We'll cover the following...
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: ...