main¶
- jwst_novt.run_notebook.main(notebook_name, *, serve_only=False)[source]¶
Run a NOVT notebook as a Voila application.
- Parameters:
notebook_name (str) – The notebook to run. May be either a full path to an existing notebook or else the base name of a notebook installed in the jwst_novt/notebooks directory.
serve_only (bool, optional) – If set, the application is served without opening a browser window.