Jason Ross
Results
2
issues of
Jason Ross
Here's what I try to run in jupyterlab: ```python from ipygany import Scene, PolyMesh mesh = PolyMesh.from_vtk('domain.vtk') mesh.default_color = 'gray' scene = Scene([mesh]) scene ``` I get the following message:...
#### Description This pull request provides a number of enhancements to the display of directory strings. ***Full Disclosure: This pull request depends on the [stylish-stringlike](https://crates.io/crates/stylish-stringlike) crate, of which I am...