Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 354 Bytes

INSTALL.md

File metadata and controls

17 lines (15 loc) · 354 Bytes

Jupyter Notebooks

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