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 
assetsdirectory, next to the HTML file. - Possibly configure your web server to support serving 
application/wasm/files with the correct headers.