Context
I'm trying to get a repo deployed on Jupyter Gallery but even the simplest configuration isn't working.
hub:
extraConfig:
99-gallery-manager.py: |
c.GalleryManager.title = "JATIC Gallery"
c.GalleryManager.destination = "jatic-gallery"
c.GalleryManager.exhibits = [
{
"git": "https://github.com/Kitware/nrtk.git",
"homepage": "https://nrtk.readthedocs.io/",
"title": "NRTK",
"description": "Generating realistic perturbations to evaluate the natural robustness of computer vision algorithms",
}
]
JupyterHub deployed fine and I can still do things on the platform, but this juptyer gallery entry is not present on JHub. There is likely an error in the logs somewhere.
Value and/or benefit
People can use a tool that we "support"
Anything else?
No response
Context
I'm trying to get a repo deployed on Jupyter Gallery but even the simplest configuration isn't working.
JupyterHub deployed fine and I can still do things on the platform, but this juptyer gallery entry is not present on JHub. There is likely an error in the logs somewhere.
Value and/or benefit
People can use a tool that we "support"
Anything else?
No response