|
70 | 70 |
|
71 | 71 | You can see this application embedded into the page below:
|
72 | 72 |
|
73 |
| -<iframe src="https://ntoll.pyscriptapps.com/piratical/v1" 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/v2" 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/snapshots/2023.09.1.RC2/core.js"></script> |
| 109 | + <script type="module" src="https://pyscript.net/snapshots/2023.11.1.RC3/core.js"></script> |
110 | 110 | </head>
|
111 | 111 | <body>
|
112 | 112 |
|
@@ -155,7 +155,7 @@ In the end, our HTML should look like this:
|
155 | 155 | <meta charset="utf-8" />
|
156 | 156 | <meta name="viewport" content="width=device-width,initial-scale=1" />
|
157 | 157 | <title>🦜 Polyglot - Piratical PyScript</title>
|
158 |
| - <script type="module" src="https://pyscript.net/snapshots/2023.09.1.RC2/core.js"></script> |
| 158 | + <script type="module" src="https://pyscript.net/snapshots/2023.11.1.RC3/core.js"></script> |
159 | 159 | </head>
|
160 | 160 | <body>
|
161 | 161 | <h1>Polyglot 🦜 💬 🇬🇧 ➡️ 🏴☠️</h1>
|
@@ -226,7 +226,7 @@ and click the "run" button. Assuming you've copied the code properly, you
|
226 | 226 | should have a fine old time using "Polyglot 🦜" to translate English to
|
227 | 227 | Pirate-ish.
|
228 | 228 |
|
229 |
| -Alternatively, [click here to see a working example of this app](https://ntoll.pyscriptapps.com/piratical/latest/). |
| 229 | +Alternatively, [click here to see a working example of this app](https://ntoll.pyscriptapps.com/piratical/v2). |
230 | 230 | Notice that the bottom right hand corner contains a link to view the code on
|
231 | 231 | [pyscript.com](https://pyscript.com). Why not explore the code, copy it to your own
|
232 | 232 | account and change it to your satisfaction.
|
|
0 commit comments