You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This page has been moved. If you are not re-directed within 1 second(s), click <ahref="./rsrcs/io_inputs/app/config/web_pages/home.html">here</a>.</p>
21
+
<p>This page has been moved. If you are not re-directed within 1 second(s), click <ahref="./rsrcs/io_inputs/app/config/web_pages/01/home.html">here</a>.</p>
Copy file name to clipboardExpand all lines: rsrcs/io_inputs/app/config/imports/antigravity.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
classAntigravity:
9
9
10
-
url="./../../../../media/img-antigravity-white.svg"# Source image. Goes up x4 folder levels to get to 'media' (rsrcs < io_inputs < app < config < web_pages), where it's stored.
10
+
url="./../../../../../media/img-antigravity-white.svg"# Source image. Goes up x(4 + 1) folder levels to get to 'media' (imports < config < app < io_inputs < rsrcs > media), where it's stored.
<p>This is a list of exercises to study <code>PyScript</code>. These exercises come from the <b><ahref="https://docs.pyscript.net/2024.5.2/examples/" target="_blank">official PyScript documentation</a></b>, where several examples are listed, starting with basics such as '<ahref="https://pyscript.com/@examples/hello-world/latest" target="_blank">Hello World</a>', and digging into <ahref="https://pyscript.com/@examples/altair/latest" target="_blank">plotting data</a>.</p>
66
66
<br>
67
67
<ul>
68
-
<li><aclass="main-content-list_link" href="./hello_world.html">Hello World</a>: start learing how to use <code>PyScript</code> to run <code>Python</code> in a browser.</li>
69
-
<li><aclass="main-content-list_link" href="./antigravity.html">Antigravity</a>: import files, using <code>PyScript</code><ahref="https://docs.pyscript.net/2024.5.2/user-guide/configuration/#files" target="_blank"> configuration file (TOML or JSON)</a>.</li>
68
+
<li><aclass="main-content-list_link" href="./../02/hello_world.html">Hello World</a>: start learing how to use <code>PyScript</code> to run <code>Python</code> in a browser.</li>
69
+
<li><aclass="main-content-list_link" href="./../03/antigravity.html">Antigravity</a>: import files, using <code>PyScript</code><ahref="https://docs.pyscript.net/2024.5.2/user-guide/configuration/#files" target="_blank"> configuration file (TOML or JSON)</a>.</li>
70
+
<li><aclass="main-content-list_link" href="./../04/pandas.html">Pandas</a>: load a <code>.csv</code> table, from a URL, using <code>Pandas</code>.</li>
0 commit comments