Installing and starting JupyterLab
This recipe will show you how to install JupyterLab. After installing JupyterLab, we will take a look at how to start it to create your own Jupyter Notebook.
How to do it...
JupyterLab can be installed and started as shown in the following sections:
Installing JupyterLab
You can install JupyterLab using any of the typical install tools. For example, using conda
, the command would be:
conda install -c conda-forge jupyterlab
Starting JupyterLab
- Again, this is a familiar invocation, as shown in the following code:
jupyter lab
- This will bring up a command window that has some familiar aspects but with slightly different information than what we have seen with Jupyter: