Angus Hollands

Results 872 comments of Angus Hollands

[`scikit-build-core`](https://github.com/scikit-build/scikit-build-core) is ultimately planning on implementing a Hatch build plugin for this purpose

I like the goal of this issue. When thinking about execution, I think both the traditional 'environment' (kernels, etc) and data form the context of execution. So, my feeling is...

@grst I get the sense that it might be helpful to have a meeting to discuss this. Would you be able to find time for a zoom at some point?

@grst it is possible to modify the original array if you don't perform any row-based slices, i.e `array["x"] = x`, then this would modify `array`. I can't recall to what...

This is something that users can change in the settings: ![image](https://github.com/user-attachments/assets/66944eab-0a2d-480c-bf50-8bda694fecc3) 1. Open Settings Editor 2. Open "Document Manager" pane 3. Add new entry to the default viewers with name...

There are many ways to execute code for a Jupyter Book. You can run your code cells at deploy time (in CI), or when the user interacts with the page...

I won't get this into the next release, because technically that will be an "update all the deps and get the thing out the door". But, I'm making that release...

@parmentelat was this for TeX export? We have identified a bug with date-parsing there.

Crucially, what's happening for (templated) TeX exports: - We parse the date string as RFC 2822 because it's not in ISO-8601 format - No timezone is present, so we use...