jupyter-plotly-dash icon indicating copy to clipboard operation
jupyter-plotly-dash copied to clipboard

Jupyter notebook wrapper for plotly dash applications

Results 11 jupyter-plotly-dash issues
Sort by recently updated
recently updated
newest added

With the release of JupyterLab3 a new jupyter_server app has been introduced which is currently not supported by the package. More details available here https://stackoverflow.com/questions/67797152/what-is-the-difference-between-jupyter-notebook-and-jupyter-server The proposed PR introduces support...

Hi, I created several jupyter notebooks using dash through your jupyter-plotly-dash. They were working fine in a Windows 10 computer, however they don't work on a machine running Ubuntu 18.04.1...

question

When training Scikit-learn models I noticed that the code finishes significantly faster in a normal cell. When running the same function in a JupyterDash app, it takes up to 20%...

question

Would the ability to automatically open the app in a new window be a good enhancement? Or is there a way to do this already?

I would like to use https://dash-bootstrap-components.opensource.faculty.ai/ but this requires being able to use external style sheets. `app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])`. Is it possible to pass this in?

enhancement

The current output generates a fixed-size iframe. It would be helpful to provide an autosizing variant. This has been observed in #55

enhancement

Hello, I need use multiple callback outputs, but I get the error: raise NotImplementedError("django-plotly-dash cannot handle multiple callback outputs at present") NotImplementedError: django-plotly-dash cannot handle multiple callback outputs at present...

enhancement
question

Create a v1.0 release

enhancement

Hi, I am trying to execute the example code given in Dash user guide and documentation explaining Caching and Signaling concept of Sharing data between callbacks - https://dash.plot.ly/sharing-data-between-callbacks , when...

Add sufficient documentation to show the use of jpd.

enhancement