/
Installing Python and Jupyter Notebook
Installing Python and Jupyter Notebook
You can download and install Python from Download Python
Check Add python.exe to PATH, then Install Now.
To confirm installation, from a command prompt enter:
py --version
python --version
Both commands should show the version that you downloaded.
Jupyter Notebook is a popular tool for running Python scripts, offering the added benefit of displaying plots directly within the interface. You can install it by running:
pip install notebook
You can then run:
jupyter lab /path/to/folder
, multiple selections available,
Related content
Windows/Mac Laptop as your host
Windows/Mac Laptop as your host
More like this
Creating Bench Bot Map Files
Creating Bench Bot Map Files
More like this
Changes to Make One Branch
Changes to Make One Branch
More like this
Background
Background
More like this