-
![Screenshot from 2021-01-21 14-16-03](https://user-images.githubusercontent.com/8583900/105362835-4784d400-5bf3-11eb-95ae-d39544d5d5d2.png)
-
@cboettig has a setup that's fairly common to many university setups - a single powerful physical machine, with GPUs, that they want to give access to students. While TLJH is a useful setup here, it m…
-
### Bug description
Following the [documentation for "Enabling Jupyter Notebook extensions"](https://tljh.jupyter.org/en/stable/howto/admin/enable-extensions.html) fails.
### How to reprod…
-
I planned to use TLJH for a classroom of about 20 concurrent users. Following http://tljh.jupyter.org/en/latest/howto/admin/resource-estimation.html I estimated 4Gb of RAM would be enough with a good …
-
Attempting to install the gallery with current examples on the lowest AWS instance settings (t2.micro and 8Gigs storage) leads to docker instances silently failing.
Manually running "python build_i…
-
Nice that you have a Jupyterhub set up!
I'm trying it out and have a couple questions. I see from [this page](https://csdms.colorado.edu/wiki/Get_Lab_on_CSDMS_NB_server) that if I submit a lab I …
-
In the [tljh-repo2docker repository](https://github.com/plasmabio/tljh-repo2docker) we saw a nice pattern where they let users build a docker image for the JupyterHub via an admin panel button that op…
-
Hello TLJH Team,
Installing TLJH on AWS with Cognito Authentication, I came across a potential documentation issue, here:
http://tljh.jupyter.org/en/latest/howto/auth/awscognito.html?highlight=co…
-
I'm trying to make auth state persistent in order to provide the access token to the spawner.
I'm using OIDC as authentication protocol, using GenericOAuthAuthenticator.
Login works good.
I'm usi…
-
### Proposed change
Right now, custom.js is the only way to customize features such as "shutdown kernel on window close" or "open notebooks in same window", or general UI customization of the…