optuna_dashboard.wsgi
- optuna_dashboard.wsgi(storage, artifact_store=None, *, artifact_backend=None, jupyterlab_extension_context=None)
This function exposes WSGI interface for people who want to run on the production-class WSGI servers like Gunicorn or uWSGI.
- Parameters:
storage (Union[str, BaseStorage])
artifact_store (Optional[ArtifactBackend | ArtifactStore])
artifact_backend (Optional[ArtifactBackend])
jupyterlab_extension_context (JupyterLabExtensionContext | None)
- Return type:
WSGIApplication