Hi guys,
I’m a bit confused with the jupyter ecosystem… what are the differences between jupyter notebook, jupyter-lab and jupyterhub ?? Thanks
Hi guys,
I’m a bit confused with the jupyter ecosystem… what are the differences between jupyter notebook, jupyter-lab and jupyterhub ?? Thanks
Hi @Jacobcullen,
Thanks for your question, this can lead to a really long discussion but I’m going to attempt to be short.
Those two can perfectly be opened as the same time, like notepad, and visual studio code, or Pain and Photoshop. They are compatible, it is mostly a question of prefereence.
JupyterHub is a piece of tech you would use usually if you need to have multiple user access.
Usually you would run jupyter-notebook (or jupyter-lab) on your own machine. If you are at a univeersity, or a company, or have your own server. You might want to access jupyter notebook globally on a server at for example : https://jupyter.mywebsite.com and have user/login.
That what JupyterHub is for. JupyterHub would work both with jupyter notebook, and lab (and other stuff as well, but let’s not dive into details for now.
Does that make some sens ?
Regards,
9Apps Cartoon HD
Is this still true, 4 years later?
(Scenario: what’s the best way to support a small workgroup, 3 to 5 users, on a Windows Server? I see the The Littlest JupyterHub requires Linux.)