Skip to content

Commit

Permalink
Add getting started notebook (#28)
Browse files Browse the repository at this point in the history
* Add getting started

* Remove output
  • Loading branch information
fmaussion committed Jan 13, 2019
1 parent dbc364c commit f7144f7
Show file tree
Hide file tree
Showing 6 changed files with 1,355 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.ipynb filter=nbstripout

*.ipynb diff=ipynb
32 changes: 32 additions & 0 deletions notebooks/oggm-edu/welcome.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Welcome to OGGM Edu!"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
903 changes: 903 additions & 0 deletions notebooks/oggm-tuto/getting_started.ipynb

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions notebooks/oggm-tuto/welcome.ipynb

Large diffs are not rendered by default.

314 changes: 314 additions & 0 deletions notebooks/oggm-tuto/working_with_rgi.ipynb

Large diffs are not rendered by default.

48 changes: 48 additions & 0 deletions notebooks/welcome.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Welcome to OGGM Edu!"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Visit:\n",
"- [oggm-tuto](./oggm-tuto/welcome.ipynb) for tutorials about how to use the OGGM model\n",
"- [oggm-edu](./oggm-edu/welcome.ipynb) for educational notebooks about glaciers"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"If you are new to jupyter notebooks or jupyterlab (i.e.: this website ;-), we recommend to have a look at our [introduction to jupyter notebooks](./oggm-edu/getting_started_with_notebooks.ipynb) first!"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit f7144f7

Please sign in to comment.