When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
- Ensure tests pass before submitting a pull request.
- For non-trivial changes, ensure new tests are present before submitting a pull request.
- Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
- You may merge the Pull Request in once you have the sign-off of one other developer, or if you do not have permission to do that, you may request the reviewer to merge it for you.
- Fork this repository.
- Clone the forked repository.
- Change to the cloned directory.
- Ensure
poetry
is installed. - Run
poetry install
. - Run
nox -s test
to run all tests.
The project strucute follows this pattern:
pyproject.toml # The repository toml for setup instructions
mkdocs.yml # The configuration file
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files
papermill_origami/
noteable_dagstermill/ # An extension wrapper for use with Dagstermill
tests/ # Unittests for the library
engine.py # The primary engine class responsible for running within papermill
iorw.py # The iorw registrations for connecting to Noteable via papermill schemes
manager.py # NoteableKernelManager implementing the Jupyter KernelManagerABC
util.py # Arbitrary utilities