How to set a multiuser Jupyterlab server with Jupyterhub (in Windows with Docker)
/When teaching or working with Python there is a challenge to have and work simultaneously with the same Python version and Python packages. Jupyterhub is a great solution to bring notebooks to a group of users with admin tools and many more features. We have done a tutorial to install Jupyterhub with Jupyterlab in a local lan or wifi network. The tutorial shows the procedure to run Jupyterhub from Docker in Windows, set up a native authenticator and configure an admin and users.
Read More