Skip to content

Self-host WebAssembly notebooks

As an alternative to GitHub Pages, it is possible to self-host exported WebAssembly notebooks:

  • Export to WASM HTML.
  • Serve the exported file over HTTP.
  • Serve the assets in the assets directory, next to the HTML file.
  • Possibly configure your web server to support serving application/wasm/ files with the correct headers.