sudo apt install curl build-essential gcc make curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install evcxr_repl
evcxr
conda create -n test python=3.7 rust conda activate test pip install maturin cargo new test maturin develop ... maturin build --release