Ian Thomas

Results 96 comments of Ian Thomas

Most of the excess is examples rather that tests. Although it is standard practice to not ship examples and tests in wheels, datashader has done so for many years. There...

I've removed all of `INTERACTIVE_NON_WEB` and put the special case for webagg/nbagg back in `pyplot.py` as requested by @anntzer. Also rebased to pick up other fixes so hopefully all CI...

I've also added docstrings, whats new and API changes information.

> I very much think so. 😄 From the very top: > > > This is in preparation for #27663, ([MNT]: Move Matplotlib backend mapping from IPython and support backends...

The reduction is code coverage is due to changes I have had to make to `_safe_pyplot_import`. This function is not tested and is not used anywhere in the Matplotlib code...

This has now been fixed. Using the latest commit 4f0eb488f of the `master` branch, example code ```python import fsspec from shutil import rmtree rmtree("/tmp/dir", ignore_errors=True) fs = fsspec.filesystem('file') fs.makedirs("/tmp/dir/subdir/subsubdir") fs.touch("/tmp/dir/file0")...

Hello everyone, I am taking over this work. I will start with a summary of the proposal based on previous comments and it will be a little more verbose than...

Update following Jupyter Server/Kernels meeting of 2024-02-01 (https://hackmd.io/Wmz_wjrLRHuUbgWphjwRWw?view#February-1st-2024). 1. `stdin` channels need to be considered alongside `shell` channels as discussed by Mike and Johan in the previous 2 comments. 2....

Here are some instructions for anyone who wants to try out the demo subshell code for themselves. It involves installing from a number of my own branches (2 for kernel...

After the discussion last week about how dependent kernels shouldn't just use the simplistic approach in my demo code of wrapping `connection_info` but should instead exist in the server code...