Skip to content

Commit

Permalink
Update simulator version (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Apr 28, 2021
1 parent 5ec327f commit 10e6c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/simulator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can start the app by clicking on this link: |badge_bokeh_en|_
using computer resources on the cloud. If several people are using the app at
the same time, the server might become slow or unresponsive. In this case,
we recommend to use the app
`on MyBinder <https://mybinder.org/v2/gh/OGGM/glacier_simulator/v1.3?urlpath=panel/app>`_
`on MyBinder <https://mybinder.org/v2/gh/OGGM/glacier_simulator/stable?urlpath=panel/app>`_
or even locally on your own computer (see :ref:`docker-launch-simulator` below).


Expand Down Expand Up @@ -405,7 +405,7 @@ To start the app locally, all you'll need is to
have `Docker <https://www.docker.com/>`_ installed on your computer.
From there, run this command into a terminal::

docker run -e BOKEH_ALLOW_WS_ORIGIN=127.0.0.1 -p 8080:8080 oggm/bokeh:20200406 git+https://github.com/OGGM/glacier_simulator.git@v1.3 app.ipynb
docker run -e BOKEH_ALLOW_WS_ORIGIN=127.0.0.1 -p 8080:8080 oggm/bokeh:20210130 git+https://github.com/OGGM/glacier_simulator.git@stable app.ipynb

Once running, you should be able to start the app in your browser at this
address: `http://127.0.0.1:8080/ <http://127.0.0.1:8080/>`_.

0 comments on commit 10e6c1a

Please sign in to comment.