@@ -7,21 +7,21 @@ Getting started
77
88Binder examples
99---------------
10- You can run a demo of psy-view in your webbrowser by clicking |mybinder |. This
10+ You can run a demo of psy-view in your webbrowser by clicking |mybinder |. This
1111will show you a remote desktop (after some time for launching the server) where
12- you can test psy-view (and the psyplot-gui) for different test files.
12+ you can test psy-view (and the psyplot-gui) for different test files.
1313
1414.. _binder-upload :
1515
1616Uploading your own data
1717^^^^^^^^^^^^^^^^^^^^^^^
18- You can also upload your own data to visualize it on the binder instance. Once
19- you see the remote desktop, your URL will be something like
20- ``https://hub.gke2.mybinder.org/user/psyplot-psy-view-.../desktop/?token=... ``.
18+ You can also upload your own data to visualize it on the binder instance. Once
19+ you see the remote desktop, your URL will be something like
20+ ``https://hub.gke2.mybinder.org/user/psyplot-psy-view-.../desktop/?token=... ``.
2121
22221. open a new tab
23232. take the URL from the previous tab and replace the last part from the url
24- (``desktop/?token=... ``) with ``tree/Desktop ``).
24+ (``desktop/?token=... ``) with ``tree/Desktop ``).
25253. Now click the :guilabel: `Upload ` button and select the file you want to upload
26264. Upload the file
27275. The file you uploaded will now appear on the desktop in the previous tab
@@ -35,8 +35,8 @@ you see the remote desktop, your URL will be something like
3535Run it locally
3636--------------
3737
38- Congratulations! You successfully installed psy-view on your system (if not,
39- head over to :ref: `install `).
38+ Congratulations! You successfully installed psy-view on your system (if not,
39+ head over to :ref: `install `).
4040
4141This small example shows you, how to make a simple georeferenced plot. You can
4242use the :download: `demo.nc ` file for this demo.
@@ -49,28 +49,28 @@ A widget will open that looks like
4949
5050.. screenshot :: ds_widget docs-getting-started-ds_widget.png
5151
52- You see a button for the `t2m ` variable: |t2m |. Click it, and it opens a plot
52+ You see a button for the `t2m ` variable: |t2m |. Click it, and it opens a plot
5353like this:
5454
5555.. ipython ::
5656 :suppress:
5757
5858 In [1]: import psyplot.project as psy
5959 ...: with psy.plot.mapplot(
60- ...: "demo.nc", name="t2m",
60+ ...: "demo.nc", name="t2m",
6161 ...: cmap="viridis",
6262 ...: ) as sp:
6363 ...: sp.export("docs-getting-started-example.png")
6464
6565.. image :: docs-getting-started-example.png
6666
67- Now use the |btn_cmap | button to select a different colormap, edit the
68- projection via the |btn_proj | button, or update the dimensions via the
69- navigation buttons: |btn_prev |, |btn_next |, |btn_animate_backward | and
67+ Now use the |btn_cmap | button to select a different colormap, edit the
68+ projection via the |btn_proj | button, or update the dimensions via the
69+ navigation buttons: |btn_prev |, |btn_next |, |btn_animate_backward | and
7070|btn_animate_forward |.
7171
72- More documentation about the GUI elements is provided in our
73- :ref: `User guide <user-guide >`. And if you are interested in the python code,
72+ More documentation about the GUI elements is provided in our
73+ :ref: `User guide <user-guide >`. And if you are interested in the python code,
7474checkout the :ref: `API reference <api >`.
7575
7676
0 commit comments