plotly / jupyter-dash

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

I get the following error: app.run_server(mode="jupyterlab") #108

Open djlisko01 opened 1 year ago

djlisko01 commented 1 year ago

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.

I'm not sure why because I'm following the example code found on the medium post

benedikt-budig commented 1 year ago

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

gregorywaynepower commented 1 year ago

Can confirm that this issue is still happening on conda on Linux installations.