Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 656 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 656 Bytes

mentorship-da

Development Setup

Package Building

First install Poetry. Dependencies can now be installed in a virtual environment with the following command:

$ poetry install

nbdime Setup

To view Jupyter notebooks with nbdime, configure the diff/merge drivers for this repository with the following command:

$ nbdime config-git --enable

pre-commit Setup

To enable the use of Git pre-commit hooks, install the pre-commit package with the following command:

$ pre-commit install