jupyterlab-dash icon indicating copy to clipboard operation
jupyterlab-dash copied to clipboard

ENH: Inline mode

Open jonmmease opened this issue 5 years ago • 2 comments

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.

jonmmease avatar Feb 27 '19 12:02 jonmmease

+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.

mazzma12 avatar Sep 13 '19 14:09 mazzma12

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.

jonmmease avatar May 20 '20 00:05 jonmmease