Skip to content

Commit

Permalink
Continue (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Jun 11, 2020
1 parent 89d6190 commit a940ed7
Show file tree
Hide file tree
Showing 36 changed files with 3,512 additions and 299 deletions.
2 changes: 1 addition & 1 deletion docs/classes_howto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ summarize the usual pitfalls:
- encourage the use of keyboard shortcuts (such as `[shift+enter]` and
`[ctrl+m] + key`)

**On Binder: avoid bad surprises by explaining to your class that the sessions
**On MyBinder: avoid bad surprises by explaining to your class that the sessions
are temporary**. Show your students how to download and upload files to
JupyterLab so that they feel comfortable saving their work from time to time.

Expand Down
14 changes: 12 additions & 2 deletions docs/locale/de/LC_MESSAGES/classes_howto.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OGGM-Edu 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-06-07 15:35+0200\n"
"POT-Creation-Date: 2020-06-11 12:37+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -129,7 +129,7 @@ msgstr ""

#: ../../classes_howto.rst:60
msgid ""
"**On Binder: avoid bad surprises by explaining to your class that the "
"**On MyBinder: avoid bad surprises by explaining to your class that the "
"sessions are temporary**. Show your students how to download and upload "
"files to JupyterLab so that they feel comfortable saving their work from "
"time to time."
Expand Down Expand Up @@ -162,3 +162,13 @@ msgid ""
"better in mentoring each other than we are."
msgstr ""

#~ msgid ""
#~ "**On Binder: avoid bad surprises by "
#~ "explaining to your class that the "
#~ "sessions are temporary**. Show your "
#~ "students how to download and upload "
#~ "files to JupyterLab so that they "
#~ "feel comfortable saving their work from"
#~ " time to time."
#~ msgstr ""

64 changes: 52 additions & 12 deletions docs/locale/de/LC_MESSAGES/notebooks_howto.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OGGM-Edu 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-06-07 15:35+0200\n"
"POT-Creation-Date: 2020-06-11 12:37+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -65,15 +65,15 @@ msgid ""
msgstr ""

#: ../../notebooks_howto.rst:33
msgid "Binder"
msgid "MyBinder"
msgstr ""

#: ../../notebooks_howto.rst:35
msgid ""
"`Binder <https://mybinder.org>`_ is a service that allows us to provide "
"online computing environments in which OGGM-Edu notebooks can be read and"
" executed. This is a fantastic service that runs on the cloud - each time"
" a user clicks on an OGGM-Edu binder link, a so-called \"virtual "
"`MyBinder <https://mybinder.org>`_ is a service that allows us to provide"
" online computing environments in which OGGM-Edu notebooks can be read "
"and executed. This is a fantastic service that runs on the cloud - each "
"time a user clicks on an OGGM-Edu binder link, a so-called \"virtual "
"machine\" is spun-up and made accessible via the web-browser."
msgstr ""

Expand Down Expand Up @@ -105,13 +105,14 @@ msgid ""
msgstr ""

#: ../../notebooks_howto.rst:63
msgid "Starting a binder environment"
msgid "Starting a MyBinder environment"
msgstr ""

#: ../../notebooks_howto.rst:65
msgid ""
"After clicking on an OGGM-Edu binder link, you should see a loading page "
"similar to the one below (here with the *show log* button activated):"
"After clicking on an OGGM-Edu MyBinder link, you should see a loading "
"page similar to the one below (here with the *show log* button "
"activated):"
msgstr ""

#: ../../notebooks_howto.rst:71
Expand Down Expand Up @@ -203,13 +204,13 @@ msgid ""
msgstr ""

#: ../../notebooks_howto.rst:129
msgid "Download and upload files to Binder/JupyterLab"
msgid "Download and upload files to MyBinder/JupyterLab"
msgstr ""

#: ../../notebooks_howto.rst:131
msgid ""
"Since your Binder environment is temporary, you might find it useful to "
"download the notebooks you modified during your session, and/or upload "
"Since your MyBinder environment is temporary, you might find it useful to"
" download the notebooks you modified during your session, and/or upload "
"notebooks or data that you store on your computer."
msgstr ""

Expand All @@ -232,3 +233,42 @@ msgstr ""
msgid "The JupyterLab's upload button (red box)"
msgstr ""

#~ msgid "Binder"
#~ msgstr ""

#~ msgid ""
#~ "`Binder <https://mybinder.org>`_ is a service"
#~ " that allows us to provide online "
#~ "computing environments in which OGGM-Edu"
#~ " notebooks can be read and executed."
#~ " This is a fantastic service that "
#~ "runs on the cloud - each time "
#~ "a user clicks on an OGGM-Edu "
#~ "binder link, a so-called \"virtual "
#~ "machine\" is spun-up and made "
#~ "accessible via the web-browser."
#~ msgstr ""

#~ msgid "Starting a binder environment"
#~ msgstr ""

#~ msgid ""
#~ "After clicking on an OGGM-Edu "
#~ "binder link, you should see a "
#~ "loading page similar to the one "
#~ "below (here with the *show log* "
#~ "button activated):"
#~ msgstr ""

#~ msgid "Download and upload files to Binder/JupyterLab"
#~ msgstr ""

#~ msgid ""
#~ "Since your Binder environment is "
#~ "temporary, you might find it useful "
#~ "to download the notebooks you modified"
#~ " during your session, and/or upload "
#~ "notebooks or data that you store "
#~ "on your computer."
#~ msgstr ""

0 comments on commit a940ed7

Please sign in to comment.