Vidar Tonaas Fauske

Results 70 issues of Vidar Tonaas Fauske

By searching the repo, I was able to find this description in the changelog: > Trait attributes initialized with read_only=True can only be set with the set_trait method. Attempts to...

documentation

Currently, the `info()` method of container / dict traits only use the default `Instance` implementation, leading to rather uninformative information when there are restrictions on the elements, e.g. with a...

Working with the `MultiKernelManager.shutdown_all` I'm observing the following differences compared to looping over all kernels and shutting them down individually: - It doesn't seem to clean up the "ports in...

According to the overarching messaging philosophy [as laid out in the docs](https://jupyter-client.readthedocs.io/en/latest/messaging.html#introduction) (emphasis added), > IOPub: this socket is the ‘broadcast channel’ where the kernel publishes all side effects (stdout,...

As this repository has been merged into the core of jupyterlab, this repository will be archived. The code now lives in https://github.com/jupyterlab/jupyterlab/tree/master/packages/celltags and https://github.com/jupyterlab/jupyterlab/tree/master/packages/celltags-extension

The secondary serverextension apps (enable/disable/list) should probably always complete even if an extension raises an error, so in those cases, default to just warning about exceptions, but still complete. Fixes...

bug

I'm just exploring using this plugin for optimizing a webpack rebuild. This is for rebuilding an application after the install/uninstall of extensions to the application. As far as I understand...

- [ ] Add attribution for basis of `docs/sphinxext/autodoc_traits` - [ ] Add comments to it as well

Add a text input in toolbar to filter on message type / id.

Document how to recursively include data files. Also leaves open a question about how to perform such recursive inclusion of data files dynamically.