diff --git a/pages/Usecase_description.md b/pages/Usecase_description.md new file mode 100644 index 0000000000000000000000000000000000000000..2358f6f497b0ff0c773043dceb376e8a7ee7161f --- /dev/null +++ b/pages/Usecase_description.md @@ -0,0 +1,27 @@ +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 + +```