Pip install Python dependencies
Next, pip install all the dependencies:
Terminal
pip install -r requirements.txt
Once all packages are installed, go ahead and launch Jupyter Notebook
and create a new empty Jupyter Notebook
.
Run this in your terminal:
Terminal
jupyter notebook
Launch Jupyter Notebook and create a new Notebook
Great, we've installed all the necessary Python dependencies, let's start to build our Jupyter Notebook in the next lesson.