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

OBSOLETE - Dash v2.11+ has Jupyter support built in!

Results 59 jupyter-dash issues
Sort by recently updated
recently updated
newest added

Can I check if what is the best way to automatically download and save the dashboard generated in Jupyter? Am looking for automatic ways other than clicking the 'Download As'...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`2.0.5` -> `2.8.8`](https://renovatebot.com/diffs/npm/prettier/2.0.5/2.8.8) |...

I'm running the following code: _Cell [2]_ ``` app = JupyterDash(__name__) app.layout = html.Div('Minimal') app.run_server(mode="external", debug=False) ``` _Cel[2] Output_ ``` * Running on http://127.0.0.1:8050/ (Press CTRL+C to quit) 127.0.0.1 -...

![image](https://user-images.githubusercontent.com/4510984/182005646-942d8325-17fb-42b3-8187-87f5e5e212ad.png)

`app.run_server(mode='jupyterlab')` nothing happen. `app.run_server(mode='inline')` show figure correct. ![image](https://user-images.githubusercontent.com/4510984/182005418-d65b20df-0a22-4684-8bb3-874b65c472f1.png) ![image](https://user-images.githubusercontent.com/4510984/182005421-61568b0f-2962-4a2f-bb44-ed552ca2c20c.png)

Hello, if in the layout an element is present twice with the same id, then `app.run_server()` will fail saying that someone else is already using the port. The error message...

![Untitled](https://user-images.githubusercontent.com/44668518/179385948-f8dd00e9-b10d-43e3-9905-bf3bd8dae670.png) hi I have linked my firebase analytics data to own them and custom visualization. but I have a problem. I have not receive that data from big query side....

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

Not able to run any example of jupyter-dash on google colab. A minimal reproducible code would be the [example on this repo](https://github.com/plotly/jupyter-dash/blob/master/notebooks/getting_started.ipynb) itself. From this repo and all other examples...

Hi all! I'm running into an error when trying to run `app.run_server(mode='external')` Even if I kill all ports, and even if I change the port to a random number (for...