jupyter-dash
jupyter-dash copied to clipboard
OBSOLETE - Dash v2.11+ has Jupyter support built in!
Hi, I found this in the code: host = kwargs.get("host", os.getenv("HOST", "127.0.0.1")) port = kwargs.get("port", os.getenv("PORT", "8050")) Is it possible to modify these variables to fit my own environment as...
 Hi, I am trying to incorporate ArcGIS WebScenes in my Dash-plotly workflow. I think I have two main options 1. To use iFrame...
Hi, I'm trying to prototype a plain-vanilla frontend in Dash for testing my model scoring in a jupyter docker container. Below my code ``` from jupyter_dash import JupyterDash import dash...
Actually the arrow points up so I'm not sure if they're called dropdowns. I can view them fine in regular JupyterDash but in JupyterLab, they are unresponsive. 
Hello, Is there a way to create an R library so that I could run r-Dash in jupyter lab? Thanks! Elze
Hi, i'm seen that this tool does not have an option to export report as HTML, PDF or another. Have you seen this feature for dash?=
JupyterDash.run_server launches the server and then query health by using the[ alive_url composed of host and port ](https://github.com/plotly/jupyter-dash/blob/86cd38869925a4b096fe55714aa8997fb84a963c/jupyter_dash/jupyter_app.py#L296). When running behind a proxy, the publically available url is arbitrary. There...
I am trying to run a Dash web app in a Notebook in BinderHub. If I execute cells one by one (by repeatedly hit Shift-Enter) from top to bottom, everything...
Hi team, I don't know how to change IP address when we use jupyter. The output always prints http://127.0.0.1:8050/. However, I use jupyter method is remote server. How to change...