plotly / jupyter-dash

OBSOLETE - Dash v2.11+ has Jupyter support built in!
https://dash.plotly.com/dash-in-jupyter
MIT License
955 stars 233 forks source link

[Bug] Can't restart the jupyter-dash app through rerunning the jupyter cell #103

Open mltja opened 2 years ago

mltja commented 2 years ago

In jupyter-lab I can't restart the jupyter-dash app through rerunning the jupyter cell.

Error message:

Address already in use
Port 8050 is in use by another program. Either identify and stop that program, or start the server with a different port.

Problem occurs with: dash==2.6.2 and werkzeug==2.2.2 problem is solved with downgrading werkzeug to 2.2.1

benedikt-budig commented 1 year ago

might be solved by https://github.com/plotly/jupyter-dash/pull/105