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:
![](https://static.packt-cdn.com/products/9781788839440/graphics/91aaab57-53b7-46af-87c7-c4d3501f2fef.png)