the-littlest-jupyterhub
the-littlest-jupyterhub copied to clipboard
Simple JupyterHub distribution for 1-100 users on a single server
tljh installed nicely. I have a subdomain dedicated for tljh, but otherwise the services on the domain run under nginx. When I call the subdomain from a browser I get...
Would it be acceptable for me to to put in chore work, to transition this repo's documentation from rST to MyST as we've done in z2jh and jupyterhub for example?...
I just installed TLJH on a Ubuntu server 18.04, falling the steps in http://tljh.jupyter.org/en/latest/install/custom-server.html. Note that this is a Ubuntu Server (not Desktop) probably without X-windows etc. I was able...
These are popular (and in some ways the only) way to run cloud infrastructure in China. We should support them directly with detailed graphical instructions.
### Current status Our integration test jobs take about ~16 minutes to complete at this point. A lot of that time is running the bootstrap.py script. We run the bootstrap.py...
Whenever I install a python library with either conda or pip the library gets install with execute only permissions for the everyone group and therefore it cant be used by...
It would be really great if you could pip install packages from a .txt file on the VM, not necessarily from a URL .txt file. I'm deploying on Google Cloud,...
@leportella has been working on the awesome http://github.com/jupyterhub/nativeauthenticator/. We should switch to using that as the default authenticator here rather than FirstUseAuthenticator. Tasks - [x] Install nativeauthenticator by default -...
People should be able to upgrade 1 minor version of TLJH installations. - [ ] Decide on & document our upgrade strategy - [ ] Document various components & how...
- In #321 some users found they require python3-dev to be installed in their ubuntu 18.04.2 based VM image - In #460, python3-dev added as a prerequisite requirement in the...