THIS IS CURRENTLY BEING DEVELOPED, BUT IS NOT FUNCTIONAL YET
Jupyter backend for Rust
Getting Started
Right now I have installation instructions for linux, if you are on a different platform then I will do what I can to help.
- Make sure
jupyteris on your$PATH - Compile
jupyter-rsand make sure thejupyter-rustbinary is on your$PATH. If you already have thecargo-installdirectory on your$PATH, then the easiest way to accomplish this is to runcargo install --path .in this directory. - Run
./setup.sh
setup.sh should copy the kernelspec into the correct place for
jupyter to be able to find it.
From here, if you start a notebook, rust should appear in the New
menu. Or, you can run jupyter console --kernel rust.