Ian Thomas

Results 49 issues of Ian Thomas

This is an early-stage WIP to add an `IndexedStackColorMapper` which is an alternative use of `ImageStack` glyph that color maps and displays a single 2D array of the 3D `ImageStack`...

type: feature
status: WIP
tag: API: models

@bryevdv has just run through the release process with @Azaya89 and myself. Whilst the process is fresh in our minds, I will create a wiki page for it that we...

tag: component: docs
type: task

Sometimes zoom level 0 tiles are not rendered at all. This can occur when reprojecting a whole Earth bounding box if the min and max longitude reprojection does not deal...

bug

Implements enhancement #699. This exposes the `Widget.attach` optional arguments `host` and `ref` in `Menu.IOptions` to provide greater control over exactly where in the DOM the menu `div` is attached. I...

enhancement

I would like to add `host` and `ref` `HTMLElement` options to `Menu.open`. Currently `Menu.open` always adds the menu `div` to the DOM as the last child of the `document.body`. This...

enhancement

#### Reference Issues/PRs Fixes the 5th item of the folly replacement plan, issue #1412. #### What does this implement or fix? This removes the single include of `folly/hash/Hash.h`. The only...

This is something I missed as part of moving the backend resolution to Matplotlib. Since version 3.9.0 Matplotlib handles the case-sensitivity of backend names, making them all lowercase for internal...

matplotlib

This is the implementation of the kernel subshells JEP (jupyter/enhancement-proposals#91). It follows the latest commit ([1f1ad3d](https://github.com/jupyter/enhancement-proposals/pull/91/commits/1f1ad3d43f24299efb7cc7879cefeee57277906c)) with the addition of a `%subshell` magic command that is useful for debugging. To...

enhancement

With the commit before the AnyIO PR on the `main` branch (830829fd) and using `ipython 8.23.0` and `matplotlib 3.8.4`, the displaying of Matplotlib plots in separate windows (e.g. with `qt`...