Skip to content

wxcuop/jupyterlite

Repository files navigation

JupyterLite

JupyterLite deployed as a static site

➡️ https://wxcuop.github.io/jupyterlite

➡️https://jupyterlite1.pages.dev/

➡️https://wxcuop.netlify.app/

Requirements

JupyterLite is being tested against modern web browsers:

  • Firefox 90+
  • Chromium 89+

Further Information and Updates

For more info, keep an eye on the JupyterLite documentation:

DuckDB limitations

Running in the browser is a more restrictive environment (for security purposes), so there are some limitations when using DuckDB in Pyodide. There is no free lunch!

Single-threaded Pyodide currently limits execution to a single thread A few extra steps to query remote files Remote files can't be accessed by DuckDB directly Instead, pull the files locally with Pyodide first DuckDB-Wasm has custom enhancements to make this possible, but these are not present in DuckDB's Python client

DuckDB limitations

No runtime-loaded extensions

Several extensions are automatically included: parquet, json, icu, tpcds, and tpch.

Release cadence aligned with Pyodide

At the time of writing, duckdb-pyodide is at 1.1.2

Working around CORS

CORS Proxy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published