Skip to content

Commit 492b4be

Browse files
Refactor sharing instructions in notebooks
Removed unnecessary figure block for the Binder web interface and updated instructions for uploading notebooks.
1 parent 2814be5 commit 492b4be

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

content/notebooks/sharing.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,12 @@ faster access to cloud resources:
6161
6262
- This exercise can be done entirely through the GitHub web interface (but
6363
using the terminal is of course also OK). You can use the "Add file" button
64-
to upload files:
65-
```{figure} binder.jpg
66-
:alt: Screenshot of Binder web interface
67-
68-
Screenshot of Binder web interface.
69-
```
64+
to upload files.
7065
7166
````{tabs}
7267
```{group-tab} Jupyter Notebooks
73-
- Upload the notebook which we have created earlier to this repository. If you got stuck earlier,
74-
you can download [this notebook](https://raw.githubusercontent.com/coderefinery/jupyter/main/example/darts.ipynb)
75-
(right-click, "Save as ..."). You can also try this with a different notebook.
68+
- Download [this notebook](https://raw.githubusercontent.com/coderefinery/jupyter/main/example/darts.ipynb)
69+
(right-click, "Save as ...") and upload it to this repository. You can also try this with a different notebook.
7670
7771
- Add also a `requirements.txt` file which contains (adapt this if your notebook has other dependencies):
7872
```
@@ -105,7 +99,7 @@ faster access to cloud resources:
10599
````
106100
107101
- Visit [https://mybinder.org](https://mybinder.org):
108-
```{figure} img/binder.jpg
102+
```{figure} binder.jpg
109103
:alt: Screenshot of Binder web interface
110104
111105
Screenshot of Binder web interface.

0 commit comments

Comments
 (0)