Python Forum

Full Version: Is there a reason to use Jupyter note when you have Jupyter Lab?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I notice that on certain projects, you can create a Jupyter Lab or a Jupyter notes. I was under the impression that both Jupyter Lab and Jupyter Note are essentially "Jupyter Note" but that the Lab is the later version. Jupyter Lab is signficiantly better. Is there a reason why you would use Jupyter Notes for a new project?
(Mar-16-2023, 07:20 PM)JanOlvegg Wrote: [ -> ]Is there a reason why you would use Jupyter Notes for a new project?
Now will get Warning if try to install Jupyter instead Jupyterlab.
Error:
Warning: Use Jupyterlab instead of deprecated jupyter
Basically so is Jupyterlab is the new generation user interface for executing and editing notebook documents,
just similar to the Jupyter notebook.

In Cloud so run Codespace(GitHub) Jupyterlab bye default.
Colab (Google) still run Jupyter default,but can easy install Jupyterlab.
Thanks for the clarification. I was working on a project on Domino platform with another developer and we got confused because I was using Lab while the other person was using Notes.