In this lesson, you’ll learn how to install and launch Jupyter Notebook. You’ll see that installing it is easy to do using pip:
pip install jupyter
Launching Jupyter can be done by running this command:
jupyter notebook
Running the command above will start the Jupyter Notebook server and allow you to create new Notebooks.
Ignacio De La Madrid on Aug. 15, 2019
Suggestion Martin, you can definitely cut out that long wait for the install or mention how you could solve installment problems during…