Skip to content

hpc-maths/josiepy

Repository files navigation

JosiePy

pipeline status coverage report loc version python

A 2D PDE solver written in Python without compromising (too much) performance

Developer Notes

Install

We use poetry to manage the dependencies of the package.

To install everything in order to be able to develop on the package

poetry install

If you want to run the examples, you need to include the jupyter extra

poetry install -E jupyter

Correct Jupyter Git Diffing

jq In .gitconfig there's the configuration to configure jq to remove useless metadata from the jupyter notebooks (in particular the execution_count and the outputs). In order to use it you need to include the .gitconfig in the .git/config.

git config --local include.path ../.gitconfig

nbdime You need to enable the git integration

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages