Peyton Murray
Peyton Murray
## Why are these changes needed? This PR adds rich output for the `DataParallelTrainer` in notebooks, allowing users to see many configuration details using a tab widget at a glance....
## References Closes #12099. ## Code changes - Adds a new `docmanager:duplicate` command for duplicating a file ## User-facing changes Adds 3 new ways to duplicate the currently opened file...
## Summary of changes: * Modified `cell_num` to start at 1 to match IPython/Jupyter output. See #171 for the issue. ## Pytest Failures A couple of tests are failing on...
Hi all, I noticed the cell numbers reported by nbval are off by one from what you see in a jupyter notebook. Jupyter notebooks measure cell execution starting from 1,...
## Summary This PR adds python packaging support, allowing the python OpenVDB bindings to be installed with `pip`. It also includes github actions to automatically publish releases to the [Python...
## Summary This PR adds the ability to add conda-store packages. ## Changes * Created new function to add a list of packages to an environment; if a package already...
### Feature description Before new versions of qhub-related dependencies are released, it would be good to check that they work with the most recent version of qhub. For example, to...
### Feature description Users who don't read the documentation about `conda-store` will likely try to modify user environments through `conda`/`mamba`/`pip`. One way of helping users understand how to modify their...
Jinja2
### What happened + What you expected to happen I've spent some time testing the [AIR examples](https://docs.ray.io/en/master/ray-air/examples/index.html) on Windows. This issue is intended to track issues encountered while running through...