July 2019
Beginner to intermediate
740 pages
16h 52m
English
JupyterLab is an IDE that allows us to create Jupyter Notebooks and Python scripts, interact with the terminal, create text documents, reference documentation, and much more from a clean web interface on our local machine. There are lots of keyboard shortcuts to master before really becoming a power-user, but the interface is pretty intuitive. When we created our environment, we installed everything we needed to run JupyterLab, so let's take a quick tour of the IDE and make sure that our environment is set up properly. First, we activate our environment and then launch JupyterLab:
$ source book_env/bin/activate(book_env) $ jupyter lab
This will then launch a window in the default browser with JupyterLab. We will be greeted ...
Read now
Unlock full access