Skip to content

issues Search Results · repo:plotly/jupyter-dash language:Python

Filter by

75 results
 (54 ms)

75 results

inplotly/jupyter-dash (press backspace or delete to remove)

When installing via conda (see env.yaml below), and running jupyter lab build, then opening JupyterLab, a pop up appears: Plugin jupyterlab_dash is already registered. env.yaml name: test channels: ...
  • jmakov
  • 2
  • Opened 
    on Oct 18, 2023
  • #125

I m running jupyterlab and Dash and trying to show all figures inline. Strangely, when I do app.run(jupyter_mode= inline ) a blank box opens beneath the cell and renders nothing, whereas when I use app.run(jupyter_mode= ...
  • Benfeitas
  • 1
  • Opened 
    on Aug 11, 2023
  • #124

dash 2.10.2 dash-bootstrap-components 1.4.1 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 jupyter-dash 0.4.2 OS: Ubuntu 22.04 LTS app.run_server(mode= inline , host= 0.0.0.0 ...
  • syejing
  • Opened 
    on Jun 9, 2023
  • #120

Hello, When I run code cell second time in the notebook, I am getting OSError: Address http://127.0.0.1:8050 already in use. The only thing that helps is restarting kernel. Is this an expected behaviour? ...
  • anastazie
  • 1
  • Opened 
    on May 29, 2023
  • #119

As of Flask 2.3.0, the app.before_first_request decorator has been removed. Since creating a JupyterDash instance depends on this, this means the project as written technically has a flask 2.3.0 dependency. ...
  • rickymagner
  • 3
  • Opened 
    on May 24, 2023
  • #115

It looks like there have been merged a few very helpful fixes and improvements, namely: - https://github.com/plotly/jupyter-dash/pull/105 - https://github.com/plotly/jupyter-dash/pull/94 - https://github.com/plotly/jupyter-dash/pull/89 ...
  • benedikt-budig
  • 12
  • Opened 
    on Jan 3, 2023
  • #110

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 ...
  • djlisko01
  • 2
  • Opened 
    on Nov 11, 2022
  • #108

There is a typo in the 2nd to the last line in the 2nd to the last callback func: @app.callback( dash.dependencies.Output( x-time-series , figure ), [dash.dependencies.Input( crossfilter-indicator-scatter ...
  • hopezh
  • 1
  • Opened 
    on Nov 6, 2022
  • #107

The first time I run app.run_server(), it works fine and I am able to view the page. However, hot reload doesn t work. I m not sure of the expected behaviour so I tried the following: 1. Reload cells ...
  • rohitsathish
  • 3
  • Opened 
    on Oct 19, 2022
  • #106

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, ...
  • mltja
  • 1
  • Opened 
    on Sep 26, 2022
  • #103
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub