806 changes: 806 additions & 0 deletions docs/presentations/linkedin-meetup-2024-04-24.qmd

Large diffs are not rendered by default.

Binary file added docs/presentations/magic.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/presentations/overview.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "Ibis overview"
title: "Ibis: an overview"
author:
- Cody Peterson
format:
revealjs:
footer: <https://ibis-project.org>
Expand Down
2 changes: 2 additions & 0 deletions docs/presentations/qrcode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/presentations/standards.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/presentations/sure.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/presentations/throwing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ section[id^="parameters-"] {
width: 1em;
}

#jupyterlite-console {
.jupyterlite-console {
width: 100%;
height: 95%;
margin: auto;
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/browser/repl.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ params.extend(("code", line) for line in lines.splitlines() if line)
query = urlencode(params)
jupyterlite = f"../../jupyterlite/repl/?{query}"
iframe = f'<iframe src="{jupyterlite}" id="jupyterlite-console"></iframe>'
iframe = f'<iframe src="{jupyterlite}" class="jupyterlite-console"></iframe>'
print(iframe)
```

Expand Down