Peter Parente

Results 259 comments of Peter Parente

> we don't have the right code in place to support ipywidgets dynamically creating other widgets. Yep. https://github.com/jupyter-incubator/dashboards_server/blob/master/public/js/widget-manager.js#L74 We track the initial pending kernel executions to link up the output...

Here's what the nbextension for ipywidgets does: https://github.com/ipython/ipywidgets/blob/d3d399188902626a083aadc0f48a9d6c18d8d7e3/widgetsnbextension/src/manager.js#L346 Relies on the notebook and code cell objects as well as the kernel to map message IDs to cells containing widgets. We...

Notebook for future ref when we are in a position to tackle this: https://gist.github.com/parente/767147f18c69794f0cee190b6741a52f

Possibly related, even simpler problem to tackle: ipywidget calls a function, function prints, print output comes in on a regular stream message (not comm), stream message is lost because the...

No and development has stalled. The dashboard code has to be updated to use newer versions of the jupyterlab + ipywidgets packages before this bug can get tackled. Otherwise, the...

What URL are you visiting to load the dashboard in your browser?

I'm looking at the `POST to http://hlaweb.triumf.ca/api/kernels?1484866275414` in your report. It's missing the /jd prefix. Can you share your apache proxy config? When you say it's "redirecting" do you really...

> My question is this, is there a simple way to share dashboards locally here? The short answer is, no. The options at the moment are: 1. Have notebook authors...

I'm guessing the support for the declarative widgets regressed after the latest release of that project. As you can probably tell, we haven't had cycles to spend on keeping the...

There's probably a good amount of work needed to get dashboard server up to snuff with the latest ipywidgets and the JupyterLab components used under the covers. I don't forsee...