Skip to content

Commit

Permalink
Added a getting started notebook (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
zschirmeister authored and fmaussion committed Dec 5, 2018
1 parent cb6759f commit df5fd96
Show file tree
Hide file tree
Showing 4 changed files with 941 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,21 @@ Interactive apps

explorer.rst

.. _notebooks_list:

Interactive Notebooks
^^^^^^^^^^^^^^^^^^^^^

* :doc:`notebooks_howto`
* :doc:`notebooks_flowline_intro`

.. toctree::
:maxdepth: 1
:hidden:
:caption: Interactive Notebooks

notebooks_howto.rst
notebooks_flowline_intro.rst

Graphics
^^^^^^^^
Expand Down
11 changes: 11 additions & 0 deletions docs/notebooks_flowline_intro.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. _notebooks_flowline_intro:

Glacier flowline modelling
==========================

This notebook is an introduction to flowline modelling with OGGM. To open the notebook in your browser:

.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/OGGM/oggm-edu/master?filepath=experiments%2Fflowline_model.ipynb


11 changes: 11 additions & 0 deletions docs/notebooks_howto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@

Notebooks: introduction
=======================

The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live computer code, equations, visualizations and narrative text. In OGGM-Edu, we use notebooks to design and share glacier modelling experiments.

If you are new to Jupyter Notebooks, we have prepared a tutorial! Open it in your browser with:

.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/OGGM/oggm-edu/master?filepath=experiments%2Fgetting_started_with_notebooks.ipynb

If you are also new to python, be patient! We will provide an introduction to python for OGGM-Edu users here soon.

Once you feel comfortable with Jupyter Notebooks, visit our :ref:`notebooks_list` list!

0 comments on commit df5fd96

Please sign in to comment.