edhenry / chexnet

Implementation and fullstack pipeline for CheXNet classifier
MIT License
13 stars 12 forks source link

JupyterLab Support as "UI" element #27

Open edhenry opened 5 years ago

edhenry commented 5 years ago

Is your feature request related to a problem? Please describe. When utilizing the "Production pipeline" aspect of this example pipeline, we currently leverage basic Jupyter notebooks -- it would be nice to be able to use JupyterLab instead.

Describe the solution you'd like Define JupyterLab to be the native "UI" for the pipeline. This would be defined in the respective ansible plays, Dockerfiles, etc.

Describe alternatives you've considered An initial Flask UI was attempted, Jupyter was the second iteration, would now like to leverage JupyterLab.

Additional context None.