Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 780 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 780 Bytes

Contributing

We follow the Jupyter Contribution Workflow and the IPython Contributing Guide.

Testing

In your environment pip install -e '.[test]' will be needed to be able to run all of the tests.

Documentation

NbClient needs some PRs to copy over documentation!

Releasing

If you are going to release a version of nbclient you should also be capable of testing it and building the docs.

Please follow the instructions in Testing and Documentation if you are unfamiliar with how to do so.

The rest of the release process can be found in these release instructions.