#
tljh-plugin
Here are 6 public repositories matching this topic...
good first issue
Good for newcomers
jtpio
commented
Jun 10, 2020
On a fresh install, the spawn page displays the following:
When there is no user environment, the Start button is not needed.
We could extend the spawn.html
base template and modify it to show a message.
The template will be added to: https://github.com/plasmabio/tljh-repo2doc
good first issue
Good for newcomers
Plasma is an e-learning Jupyter-based platform for data analysis
-
Updated
Apr 15, 2022 - Python
Plugin for TLJH to spin up jupyter/datascience-notebook containers for users (includes R and Julia kernels)
-
Updated
Dec 31, 2020 - Python
Improve this page
Add a description, image, and links to the tljh-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tljh-plugin topic, visit your repo's landing page and select "manage topics."
I currently use TLJH to host some notebooks with voila. They access shared data from the folder
/srv/data/
as described here.The notebook repositories are also stored locally on the server under
/srv/repositories/
and I wonder if I could still access the local data in the notebooks when they are served withvoila-gallery
.