readme for examples added
This commit is contained in:
parent
ddd543abf0
commit
16d1d053d7
|
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue