Matthew Seal
Matthew Seal
I don't have the history of that command moving, but based on the commit history it looks like it you're correct and it was intended to be a config change....
> To be more precise numpy, scipy and jupyter notebook/lab haven't yet made a stable release (if you don't count RC) that dropped even Python 3.5 I think. Well a...
https://github.com/ramnathv/htmlwidgets/issues/371
> @MSeal How does nbconvert treat "isolate": true outputs? Does it properly do it at all? Hmm no it doesn't. I found the issue you made for that https://github.com/jupyter/nbconvert/issues/129 which...
@meliksahturker I'd love to get this added to conda, I've just been rather overwhelmed by other responsibilities to be able to dedicate the time to it. If you or anyone...
That's weird... locally it installs 2.0.2 for python 3.8. For python 3.10 it doesn't have a build file. I'm going to bump the version to 2.0.3 to include python 3.10....
I need to add some Python versions to the builder to ensure it's making the binaries for releases. Let me see if this requires a new version or if I...
This would be a good feature for the library imo. The way I tackled this before was to pre-emptively cut, or decrease edge weights (sometimes to negative values), between nodes...
I'll need to debug this to figure out what's different in the windows + python 3.11 causing the issue. Likely a package needs upgraded or a deprecated feature is no...
Late context: Generally speaking magics _should_ be raising exceptions to halt further commands (or cells) when their internals fail. I'd consider it an implementation gap with the magic if it...