Rust works great in Jupyter.

What is the experience like using a compiled language in such interactive environment? Like you cannot for example do something in one cell and utilize the result to another, or can you?

Oh yes, Rust is great interactively. Check out evcxr: https://github.com/google/evcxr They have a repl: https://github.com/google/evcxr/blob/main/evcxr_repl/README.... And for Jupyter: https://github.com/google/evcxr/blob/main/evcxr_jupyter/READ... I'd be lying to say Rust was on par with Matplotlib, but it has promise: https://plotters-rs.github.io/plotters-doc-data/evcxr-jupyte...