Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:2.8
-
Epic Link:
-
Team:SQuaRE
-
Urgent?:No
Description
This service (to be named) allows an RSP user to view notebooks as a webpage, but without specifically spinning up a JupyterLab instance.
Notebooks are stored on GitHub, and are specifically registered with this service.
Notebooks can be templated; setting a query parameter on the URL can customize the template value.
This service will use the noteburst service to execute notebooks on-demand for different template values.
The design for this notebook viewing service is in sqr-062.lsst.io (DM-31909).
The purpose of this ticket is to do the initial repository/application/helm set up for this service.
Created initial app and v1 API handlers at https://github.com/lsst-sqre/times-square and the Helm chart as well (version 0.1.0).