|
70 | 70 |
|
71 | 71 | You can see this application embedded into the page below:
|
72 | 72 |
|
73 |
| -<iframe src="https://ntoll.pyscriptapps.com/piratical/v4/" style="border: 1px solid black; width:100%;min-height: 400px; border-radius: 0.2rem; box-shadow: var(--md-shadow-z1);"></iframe> |
| 73 | +<iframe src="https://ntoll.pyscriptapps.com/piratical/v5/" style="border: 1px solid black; width:100%;min-height: 400px; border-radius: 0.2rem; box-shadow: var(--md-shadow-z1);"></iframe> |
74 | 74 |
|
75 | 75 | Let's explore each of the three files that make this app work.
|
76 | 76 |
|
@@ -106,7 +106,7 @@ module in the document's `<head>` tag:
|
106 | 106 | <meta charset="utf-8" />
|
107 | 107 | <meta name="viewport" content="width=device-width,initial-scale=1" />
|
108 | 108 | <title>🦜 Polyglot - Piratical PyScript</title>
|
109 |
| - <script type="module" src="https://pyscript.net/releases/2023.12.1/core.js"></script> |
| 109 | + <script type="module" src="https://pyscript.net/releases/2024.1.1/core.js"></script> |
110 | 110 | </head>
|
111 | 111 | <body>
|
112 | 112 |
|
@@ -156,7 +156,7 @@ In the end, our HTML should look like this:
|
156 | 156 | <meta charset="utf-8" />
|
157 | 157 | <meta name="viewport" content="width=device-width,initial-scale=1" />
|
158 | 158 | <title>🦜 Polyglot - Piratical PyScript</title>
|
159 |
| - <script type="module" src="https://pyscript.net/releases/2023.12.1/core.js"></script> |
| 159 | + <script type="module" src="https://pyscript.net/releases/2024.1.1/core.js"></script> |
160 | 160 | </head>
|
161 | 161 | <body>
|
162 | 162 | <h1>Polyglot 🦜 💬 🇬🇧 ➡️ 🏴☠️</h1>
|
@@ -227,7 +227,7 @@ and click the "run" button. Assuming you've copied the code properly, you
|
227 | 227 | should have a fine old time using "Polyglot 🦜" to translate English to
|
228 | 228 | Pirate-ish.
|
229 | 229 |
|
230 |
| -Alternatively, [click here to see a working example of this app](https://ntoll.pyscriptapps.com/piratical/v2). |
| 230 | +Alternatively, [click here to see a working example of this app](https://ntoll.pyscriptapps.com/piratical/v5/). |
231 | 231 | Notice that the bottom right hand corner contains a link to view the code on
|
232 | 232 | [pyscript.com](https://pyscript.com). Why not explore the code, copy it to your own
|
233 | 233 | account and change it to your satisfaction.
|
|
0 commit comments