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

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

Open mltja opened this issue 3 years ago • 1 comments

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

mltja avatar Sep 26 '22 08:09 mltja

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

benedikt-budig avatar Jan 03 '23 10:01 benedikt-budig