Skip to content

Instantly share code, notes, and snippets.

@dmvianna
Last active May 10, 2024 06:39
Show Gist options
  • Save dmvianna/6fc8333310f4f8d91c5417f602fd720d to your computer and use it in GitHub Desktop.
Save dmvianna/6fc8333310f4f8d91c5417f602fd720d to your computer and use it in GitHub Desktop.
rust repl via jupyter
#!/bin/env bash
set -euox pipefail
python -m venv .venv
source .venv/bin/activate
pip install jupyterlab plotly
cargo install evcxr_jupyter
evcxr_jupyter --install
# and then...
jupyter lab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment