I am currently using marimo’s WASM export feature. This allows Python notebooks to be exported so they can be viewed and run on websites such as GitHub Pages.
I would like to use reframe-hpc in that WASM environment, but it depends on ClusterShell. Since marimo uses micropip to install dependencies there, installation fails because it cannot find a compatible pure Python wheel. The Pyodide FAQ describes this limitation here: https://pyodide.org/en/stable/usage/faq.html#why-can-t-micropip-find-a-pure-python-wheel-for-a-package
Would it be possible to support this? I’d be happy to contribute if this is something you’d be open to.
I am currently using marimo’s WASM export feature. This allows Python notebooks to be exported so they can be viewed and run on websites such as GitHub Pages.
I would like to use reframe-hpc in that WASM environment, but it depends on ClusterShell. Since marimo uses micropip to install dependencies there, installation fails because it cannot find a compatible pure Python wheel. The Pyodide FAQ describes this limitation here: https://pyodide.org/en/stable/usage/faq.html#why-can-t-micropip-find-a-pure-python-wheel-for-a-package
Would it be possible to support this? I’d be happy to contribute if this is something you’d be open to.