Skip to content

Commit 5a5ee74

Browse files
committed
Fix #3431
1 parent eddb55a commit 5a5ee74

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Development of Pluto.jl is partially sponsored by
188188
| <a href="https://computationalthinking.mit.edu"><img title="Massachusetts Institute of Technology" src="https://user-images.githubusercontent.com/6933510/103308960-09412e00-4a14-11eb-8a3a-39201a9c186d.png" width=400 alt="MIT logo"></a> | The free online course _[Introduction to Computational Thinking](https://computationalthinking.mit.edu)_ at **MIT** uses Pluto notebooks to teach scientific computing in a new way. Homeworks react to the student in realtime, with _live answer checks and visualizations_ while you solve problems. |
189189
| <a href="http://quera-computing.com"><img title="QuEra Computing" src="https://user-images.githubusercontent.com/6933510/103309531-9e90f200-4a15-11eb-850f-99609e3b9bd8.png" width=400 alt="QuEra logo"></a> | **QuEra Computing** uses a Pluto notebook as an online dashboard to control their _quantum computer_! |
190190
| <a href="https://juliahub.com/"><img title="JuliaHub" src="https://i.imgur.com/IGdcVt7.png" width=200 alt="JuliaHub logo"></a> | [**JuliaHub**](https://juliahub.com) enables the creation and editing of Pluto notebooks *on the cloud*! |
191-
| <a href="https://numfocus.org/"><img title="Julia Computing" src="https://user-images.githubusercontent.com/6933510/110683397-42e4a100-81dc-11eb-9bdb-db58f9c283b4.png" width=400 alt="NumFOCUS logo"></a> | The mission of **NumFOCUS** is to promote open practices in research, data, and scientific computing by serving as a fiscal sponsor for open source projects and organizing community-driven educational programs. |
191+
| <a href="https://numfocus.org/"><img title="NumFOCUS" src="https://user-images.githubusercontent.com/6933510/110683397-42e4a100-81dc-11eb-9bdb-db58f9c283b4.png" width=400 alt="NumFOCUS logo"></a> | The mission of **NumFOCUS** is to promote open practices in research, data, and scientific computing by serving as a fiscal sponsor for open source projects and organizing community-driven educational programs. |
192192
| <a href="https://biaslab.github.io/"><img src="https://upload.wikimedia.org/wikipedia/commons/6/67/Eindhoven_University_of_Technology_logo_new.svg" alt="TU Eindhoven logo"></a> | Fons works at **TU Eindhoven** to make the course [Bayesian Machine Learning and Information Processing](https://bmlip.nl/) interactive. |
193193
194194
_Created by [**Fons van der Plas**](https://github.com/fonsp), [**Mikołaj Bochenski**](https://github.com/malyvsen) and friends. Inspired by [Observable](https://observablehq.com/)._

frontend/components/EditOrRunButton.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,18 +120,18 @@ export const BinderButton = ({ offer_binder, start_binder, notebookfile, noteboo
120120
<li>
121121
<div class="command">${t("t_edit_or_run_run_pluto")}</div>
122122
<p>${th("t_edit_or_run_run_pluto_description", { url: "https://plutojl.org/#install" })}</p>
123-
<img src="https://user-images.githubusercontent.com/6933510/107865594-60864b00-6e68-11eb-9625-2d11fd608e7b.png" />
123+
<img src="https://plutojl.org/assets/img/terminal%20run%20pluto.png" />
124124
</li>
125125
<li>
126126
${recommend_download
127127
? html`
128128
<div class="command">${th("t_edit_or_run_open_the_notebook_file")}</div>
129129
<p>${th("t_edit_or_run_open_the_notebook_file_description")}</p>
130-
<img src="https://user-images.githubusercontent.com/6933510/119374043-65556900-bcb9-11eb-9026-149c1ba2d05b.png" />
130+
<img src="https://plutojl.org/assets/img/open%20notebook%20path%20or%20url.png" />
131131
`
132132
: html`
133133
<div class="command">${th("t_edit_or_run_paste_url_in_the_open_box")}</div>
134-
<video playsinline autoplay loop src="https://i.imgur.com/wf60p5c.mp4" />
134+
<img src="https://plutojl.org/assets/img/open%20notebook%20path%20or%20url.png" />
135135
`}
136136
</li>
137137
</ol>

0 commit comments

Comments
 (0)