Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump jupyterlite kernel to pick up pyodide 0.27.1
Browse files Browse the repository at this point in the history
cpcloud committed Jan 16, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7d2db78 commit 71fb622
Showing 3 changed files with 19 additions and 20 deletions.
7 changes: 3 additions & 4 deletions docs/tutorials/browser/repl.qmd
Original file line number Diff line number Diff line change
@@ -16,12 +16,11 @@ penguins[^1] dataset loaded into the DuckDB backend!
from urllib.parse import urlencode
lines = """
%pip install numpy pandas tzdata duckdb
import micropip, pathlib, js, unix_timezones
await micropip.install(["https://storage.googleapis.com/ibis-wasm-wheels/pyarrow-18.1.0-cp312-cp312-pyodide_2024_0_wasm32.whl"])
%pip install numpy pandas tzdata duckdb pyarrow
import pathlib, js
penguins_csv_url = "https://storage.googleapis.com/ibis-tutorial-data/penguins.csv"
pathlib.Path("penguins.csv").write_text(await (await js.fetch(penguins_csv_url)).text())
del micropip, pathlib, js, penguins_csv_url, unix_timezones
del pathlib, js, penguins_csv_url
%clear
%pip install 'ibis-framework[duckdb]'
from ibis.interactive import *
8 changes: 4 additions & 4 deletions requirements-dev.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 71fb622

Please sign in to comment.