Skip to content

Commit 41d23d2

Browse files
committed
add lite deployments
1 parent f0bd4ef commit 41d23d2

File tree

4 files changed

+54
-14
lines changed

4 files changed

+54
-14
lines changed

slides.md

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,19 @@
248248
</section>
249249

250250
<section>
251-
<h3>Embedded Lite Deployment</h3>
251+
<h3 style="text-transform: none; margin-bottom: 1rem;">JupyterCAD in Action</h3>
252+
253+
<iframe
254+
src="https://jupytercad.github.io/JupyterCAD/lab/index.html"
255+
style="
256+
border: none;
257+
width: 100vw;
258+
height: 90vh;
259+
zoom: 0.75;
260+
transform: scale(1);
261+
transform-origin: top left;
262+
"
263+
></iframe>
252264
</section>
253265
254266

@@ -367,17 +379,25 @@
367379
</section> -->
368380

369381
<section>
370-
<h3>Embedded Lite Deployment</h3>
382+
<h3 style="text-transform: none; margin-bottom: 1rem;">JupyterGIS in Action</h3>
383+
384+
<iframe
385+
src="https://jupytergis.readthedocs.io/en/latest/lite/lab/"
386+
style="
387+
border: none;
388+
width: 100vw;
389+
height: 80vh;
390+
zoom: 0.75;
391+
transform: scale(1);
392+
transform-origin: top left;
393+
"
394+
></iframe>
371395
</section>
372396
373397

374398
---
375399

376-
# Web Tech Under the Hood
377-
378-
---
379-
380-
## Web Technologies Used
400+
## Web Tech Under the Hood
381401

382402
- **WebAssembly (WASM)**
383403
- **PyCRDT + Y.js**

src/slides/06-jupytercad.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,17 @@
103103
</section>
104104

105105
<section>
106-
<h3>Embedded Lite Deployment</h3>
106+
<h3 style="text-transform: none; margin-bottom: 1rem;">JupyterCAD in Action</h3>
107+
108+
<iframe
109+
src="https://jupytercad.github.io/JupyterCAD/lab/index.html"
110+
style="
111+
border: none;
112+
width: 100vw;
113+
height: 90vh;
114+
zoom: 0.75;
115+
transform: scale(1);
116+
transform-origin: top left;
117+
"
118+
></iframe>
107119
</section>

src/slides/07-jupytergis.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,17 @@
111111
</section> -->
112112

113113
<section>
114-
<h3>Embedded Lite Deployment</h3>
114+
<h3 style="text-transform: none; margin-bottom: 1rem;">JupyterGIS in Action</h3>
115+
116+
<iframe
117+
src="https://jupytergis.readthedocs.io/en/latest/lite/lab/"
118+
style="
119+
border: none;
120+
width: 100vw;
121+
height: 80vh;
122+
zoom: 0.75;
123+
transform: scale(1);
124+
transform-origin: top left;
125+
"
126+
></iframe>
115127
</section>

src/slides/08-tech.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
# Web Tech Under the Hood
2-
3-
---
4-
5-
## Web Technologies Used
1+
## Web Tech Under the Hood
62

73
- **WebAssembly (WASM)**
84
- **PyCRDT + Y.js**

0 commit comments

Comments
 (0)