Skip to content
Snippets Groups Projects
Commit 8507f5b0 authored by Jutta Schnabel's avatar Jutta Schnabel
Browse files

Update pages/Usecase_description.md

parent 475ab305
No related branches found
No related tags found
No related merge requests found
Pipeline #14231 passed
To create such a page, export the jupyter notebook as markdown and add to the file.
# My Notebook example
```python
import h5py
import pandas as pd
```
## some markdown
something more to say
```python
a = 1
b = a*2
print (b)
```
2
```python
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment