xeus-haskell is a Jupyter kernel for haskell based on the native implementation of the
Jupyter protocol xeus.
# Install Pixi
# curl -fsSL https://pixi.sh/install.sh | sh
git clone https://github.com/tani/xeus-haskell
pushd xeus-haskell
pixi run -e default prebuild
pixi run -e default build
pixi run -e default install
pixi run -e default serve # JupyterLab is ready!
# Install Pixi
# curl -fsSL https://pixi.sh/install.sh | sh
git clone https://github.com/tani/xeus-haskell
pushd xeus-haskell
pixi install -e wasm-host
pixi run -e wasm-build prebuild
pixi run -e wasm-build build
pixi run -e wasm-build install
# pixi run -e wasm-build fix-emscripten-links # You may need this
pixi run -e wasm-build serve # JupyterLite is ready!
To try out xeus-haskell interactively in your web browser, just click on the link:
xeus-haskell depends on
See CONTRIBUTING.md to know how to contribute and set up a development environment.
This software is licensed under the Apache Software License 2.0. See the LICENSE
file for details.