Jason Grout

Results 10 comments of Jason Grout
trafficstars

Adding context to link PRs together: the infinite output problem when `IPKernelApp.quiet` is False seems to have started in the initial commit of https://github.com/ipython/ipykernel/pull/630, and the `capture_fd_output` was introduced in...

For now, here are some step-by-step instructions for building and serving a non-minified version of the html manager: Create a conda environment with an ipywidgets dev install: ```sh conda create...

> packages/html-manager/lib/libembed-amd.js Oops, actually `packages/html-manager/dist/libembed-amd.js`

Are you saving widget state automatically when you save the notebook? In JupyterLab, see the option under the settings menu.

By the way, feel free to add mito to our community-curated list of widgets at https://github.com/jupyter/jupyter/wiki/Jupyter-Widgets

For context: * [previous discussion from years ago about a kernel nanny](https://github.com/jupyter/enhancement-proposals/pull/14) * [some experiements implementing kernel management things like a nanny](https://github.com/takluyver/jupyter_kernel_mgmt)

IIRC, both colab and vs code may also pull the widget js from cdn - I think it's a pretty common pattern for tools that put ipywidgets in an iframe...

I see you are using ipywidgets 8. Does it work with ipywidgets 7?

@paulbkoch - I work at Databricks on the notebook frontend, and this error came on our radar. Please let us know if you have any questions about getting interpret to...

This seems like it reverses the conventional order of chained exceptions. Is this change just to accommodate pytest's printing? In general, I would suggest not changing the "correct" user-facing behavior...