readme for examples added

This commit is contained in:
Nicolas Kruse 2025-06-04 18:00:01 +02:00
parent ddd543abf0
commit 16d1d053d7
1 changed files with 12 additions and 0 deletions

12
examples/README.md Normal file
View File

@ -0,0 +1,12 @@
# Example scripts
``` bash
notedown .\docs\source\examples\soec_methane.md --to notebook --output .\docs\files\soec_methane.ipynb --run
maybe: pip install ipykernel jupyter
maybe: python -m ipykernel install --user --name temp_kernel --display-name "Python (temp_kernel)"
jupyter nbconvert --to markdown .\docs\files\soec_methane.ipynb --output .\docs\files\soec_methane_out.md
```