You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://colab.research.google.com/github/open-atmos/PyPartMC/blob/main/examples/particle_simulation.ipynb)
- works on Linux, macOS and Windows (compatibility assured with [CI builds](https://github.com/open-atmos/PyPartMC/blob/main/.github/workflows/tests.yml))
46
46
- hassle-free installation using `pip` (prior PartMC installation **not needed**)
47
47
- works out of the box on [mybinder.org](https://mybinder.org/), [Google Colab](colab.research.google.com/) and alike
48
-
- ships with [a set of examples](https://github.com/open-atmos/PyPartMC-examples) maintained in a form of Jupyter notebooks
48
+
- ships with [a set of examples](https://github.com/open-atmos/PyPartMC/tree/main/examples) maintained in a form of Jupyter notebooks
49
49
- Pythonic API (but retaining PartMC jargon) incl. Python GC deallocation of Fortran objects
50
50
- specification of parameters using native Python datatypes (lists, dicts) in place of PartMC spec files
51
51
- code snippets in README depicting how to use PyPartMC from Julia (also executed on CI)
0 commit comments