Ross Barnowski

Results 82 issues of Ross Barnowski

# Bug Report ## Describe the bug This is not necessarily an IPyPublish bug, but a limitation in the `lstlisting` LaTeX package causes pdf conversion to fail if unicode characters...

bug

See [the discussion in 415](https://github.com/pygraphviz/pygraphviz/pull/415#issuecomment-1210458418). The simple attempt results in `dup` being added to more wrapped functions, which causes an infinite hang in the `pygraphviz/tests/test_drawing.py::test_drawing_no_error_with_no_layout`, at least locally.

This is a WIP progress PR for testing out the workflow to provide binary wheels. The two major sets of changes are: 1. Switching the layout functions to use the...

This was originally reported to NetworkX in networkx/networkx#4834. [Edit: was pointing to #4855] A minimal reproducing example: ```python >>> import pygraphviz as pgv >>> A = pgv.AGraph() >>> A.add_node("") #...

type: Bug fix

### Context The docs note the latest pattern for [glueing objects from other notebooks](https://myst-nb.readthedocs.io/en/latest/render/glue.html?highlight=glue#embedding-outputs-from-other-pages), which is nice. Currently it seems this only works for text variables. If I do something...

enhancement

### Describe the problem The sphinx latexpdf builder is failing due to an inability to find `.png` files that are generated when executing notebooks. Here's the last line prior to...

bug

**Describe the bug** The use of `:tags: raises-exception` metadata in one cell appears to have prevented the next code cell from executing. The following code-cell does execute though. **To Reproduce**...

bug
needs: more info

As noted elsewhere the `atari-py` package on which the reinforcement learning tutorial was based was deprecated (#87), and the project that replaces it EULA(s) that need to be reviewed and...

It'd be nice to add explicit testing on windows for the pytest-nbval CI workflows: https://github.com/numpy/numpy-tutorials/blob/47fb909bbd7777f85d94a37647db4c4dd84f1bdc/.github/workflows/notebooks.yml#L17 I think this should mostly be a matter of adding conditional steps to the workflow...

enhancement

#132 added notebook smoketesting with `pytest-nbval` to CI, but didn't add any pytest configuration nor a way to automatically handle installing testing dependencies. Handling this configuration correctly will make it...

enhancement