jupyter-plotly-dash
jupyter-plotly-dash copied to clipboard
Jupyter notebook wrapper for plotly dash applications
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...
404 error
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...
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%...
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?
The current output generates a fixed-size iframe. It would be helpful to provide an autosizing variant. This has been observed in #55
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...
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...