dash icon indicating copy to clipboard operation
dash copied to clipboard

[Feature Request] Run dash in jupyter without additional server iframe

Open zba opened this issue 2 years ago • 0 comments

The problem with Iframe approach is that you need to pass additional ports from your dev environment which could be hard sometime, which makes troubles when you trying to make for example interactive chart, using dash-cytoscape

However as I understand jupyter have own data pipe between server and client.

So may be we can somehow avoid do app.run() the way it creates iframe on 127.0.0.1 ?

zba avatar Nov 11 '23 05:11 zba