Ross Barnowski

Results 82 issues of Ross Barnowski

Executing the notebooks in CI for testing results in downloading some datasets. We are already [cacheing this data in the circleCI job](https://github.com/numpy/numpy-tutorials/blob/47fb909bbd7777f85d94a37647db4c4dd84f1bdc/.circleci/config.yml#L26-L44). Data caching should be added to the github...

enhancement

There are some notebooks that we don't necessarily want to test when running nbval, e.g. notebooks from the contributor guide, non-executable articles, etc. Currently this is handled manually in the...

enhancement

As of the time of posting, the conda environment resolution is not working properly. I suspect there is a packaging problem w/ dependency pinning on conda-forge (unproven). This issue is...

I had the idea to try to replicate a gallery-like layout on the landing page, similar to what you would get from e.g. `sphinx-gallery`. I think this is a really...

enhancement

The latest atari-py wheels break the pong tutorial with an exception about needing to install/configure appropriate ROMS. This is a known issue: open-ai/atari-py#79. Proposed workaround is to use an older...

sprint

Just opening a tracking issue for future cleanup. The `_traverse_or_findall` shim can be removed in the future when the minimum supported docutils is bumped to `0.18`. See #403 for details....

This draft PR follows from the [discussion](https://github.com/scikit-image/skimage-tutorials/pull/59#issuecomment-994007174) in #59. To test this build system: ``` pip install -r requirements.txt make html ``` This is the standard `Makefile` you get from...

Closes #64 At least gets the jupyter-book workflow running. There are still failures in the build process, but it at least gets the build running. This is the result of...

The first step of `make html` is `pip install -q -r requirements.txt`, but unfortunately it is not currently possible to install the dependencies with pip due to conflicts in pip's...

I've attempted to build the site locally through various methods, including via the `Makefile` and with `jupyter-book`. So far, I haven't been successful with either approach. When I try to...