The current JupyterHub version 2.5.1 does not allow user installed extension for JupyterLab when it is being served from JupyterHub. This should be remedied in version 3. However, even when this is “fixed” it is still useful to be able to install extensions globally for all users on a multi-user system. This note will show you how.
Note: Self-Signed SSL Certificate for (local) JupyterHub
In this note I’ll go through creating self-signed SSL certificates and adding them to a JupyterHub configuration running on a LAN or VPN. This will allow encrypted access to the server using https in a browser.
Note: JupyterHub with JupyterLab Install using Conda
This is a quick note about setting up a JupyterHub server and JupyterLab using conda with Anaconda Python.
Note: How To Install JupyterHub on a Local Server
This note describes installing and configuring JupyterHub and JupyterLab on a “bare-metal” server.