Install Jupyter Lab:
pip install jupyterlab
Install evcxr_jupyter:
rustup component add rust-src
cargo install --locked evcxr_jupyter # Also evcxr_repl if you want
evcxr_jupyter --install
Run Jupyter, in the root of this repository:
jupyter lab
Install Jupyter Lab:
pip install jupyterlab
Install evcxr_jupyter:
rustup component add rust-src
cargo install --locked evcxr_jupyter # Also evcxr_repl if you want
evcxr_jupyter --install
Run Jupyter, in the root of this repository:
jupyter lab