Skip to content

Jupyter

Poetry

Create a kernel from a directory:

poetry run python -m ipykernel install --user --name "my-kernel"

Rust

pip install jupyterlab
cargo install evcxr_jupyter
evcxr_jupyter --install
rustup component add rust-src
jupyter lab