Locked lesson.
About this lesson
We're going to use Jupyter Notebooks throughout the rest of the course to do all our coding, so in this video, let's install and start using it.
Exercise files
Download this lesson’s related exercise files.
Installing and Using Jupyter Notebooks.docx57 KB Installing and Using Jupyter Notebooks - Solution.docx
55.5 KB
Quick reference
Installing and Using Jupyter Notebooks
In this video we'll install and run Jupyter Notebooks.
When to use
You'll only need to install Jupyter Notebooks once, but you'll use these instructions to run it anytime you wish to use it.
Instructions
To install, make sure your virtual environment is activated and that you're in your /c/data directory; then issue this command:
pip install jupyter
To run Jupyter Notebooks, make sure your virtual environment is activated and that you're in your /c/data directory; then issue this command:
jupyter notebook
Hints & tips
- Install: pip install jupyter
- Run: jupyter notebook
Lesson notes are only available for subscribers.