Development#
Clone the repository:
git clone https://github.com/aeisenbarth/myst-nb-json.git
Install dependencies:
pip install pdm pdm install
Run tests:
pdm test
Build documentation:
pdm docs
Clone the repository:
git clone https://github.com/aeisenbarth/myst-nb-json.git
Install dependencies:
pip install pdm
pdm install
Run tests:
pdm test
Build documentation:
pdm docs