File size: 441 Bytes
c393004 da197bc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
jupytext:
cell_metadata_filter: -all
formats: md:myst
text_representation:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3 (ipykernel)
language: python
name: python3
---
# Something we want in a notebook
## Some subchapter
+++
* Later we would add sample code
```{code-cell}
import os
print(os.getcwd())
```
---
# Some more...
* voila
|