jupyterlab-wasm-example icon indicating copy to clipboard operation
jupyterlab-wasm-example copied to clipboard

JupyterLab Extension written in Rust and compiled to WebAssembly

Results 1 jupyterlab-wasm-example issues
Sort by recently updated
recently updated
newest added

For now the example creates a new canvas from Rust: https://github.com/jtpio/jupyterlab-wasm-example/blob/6ddbf4f1bdc56558840e2416ec49453c2632e241/rust/src/lib.rs#L25-L29 While it is quite remarkable, it might not be the most appropriate use case since this could arguably be...