Dashboard name: my_dashboard
Framework: [streamlit, bokeh (panel)]
Conda Env: /opt/userenvs/ray.bell/ENV
Relative Path to a file or folder: notebooks/FOLDER/SCRIPT.py
c.CDSDashboardsConfig.extra_presentation_types = ["voila-source"]
c.VariableMixin.extra_presentation_launchers = {
"voila-source": {
"args": [
"--destport=0",
"python3",
"{-}m",
"voila",
"{presentation_path}",
"{--}strip_sources=False",
"{--}port={port}",
"{--}no-browser",
"{--}Voila.base_url={base_url}/",
"{--}Voila.server_url=/",
"--progressive",
],
}
}
Dash dashboard
app.py