Stuart Mumford

Results 329 comments of Stuart Mumford

Saying that it doesn't look that hard: https://github.com/pyodide/pyodide/blob/main/packages/astropy/meta.yaml if someone wanted to package up the basics that would be great.

I think the issue is that the pyiodide pip thing wont pick that up because it's not a pure python wheel on pypi, so it would still need a package...

I think you might be misunderstanding how these systems work, almost all the core packages in the scientific python stack do not ship pure Python wheels. You can't use sunpy...

Yeah looks like Carnets is different, perhaps we should [open issues](https://github.com/holzschu/Carnets#to-install-new-packages) there for yarl and multidict? We can not control what dependencies packages we rely on pull in. I didn't...

I am in favour of removing it. Even in most cases when a file started off as the work on one or two people it rarely stays like that for...

@dstansby thoughts?

The only practical solution to this is probably #3954 which is a massive upheaval.

Also I think we need to close https://github.com/sunpy/sunpy-vcr-cassettes/issues/2 before we can merge this. My main worry with this PR is that something is going to change in one of the...

Being able to hide rooms from the list based on tag would also be useful. i.e. personally most of the time I don't want my "Low Priority" tagged rooms at...

I wonder if a better idea would be to write a converter from ipynb to a sphinx-gallery .py file. Things like adding in the comment lines around markdown cells etc....