jupyterlab-dash
jupyterlab-dash copied to clipboard
ENH: Inline mode
Currently Dash apps are opened in a separate JupyterLab tab. I think this is right approach when folks are developing full dashboards because the tab can be expanded to a full page size.
But it might be interesting to also support displaying apps inline in the notebook. My though here is that this would allow people to use Dash apps as FigureWidget
/ipywidget
alternatives for building small notebook control panels.
+1 for this. Also, I think an option like reload_tab=True
to load the app in the latest tab would be useful. It would avoid ending up with 10 opens tab after 10 runs.
Hi all! This project is being replaced by the more capable JupyterDash project which does support inline display This repo is going to be archived shortly.