- Install JupyterLab and Jupyter Notebook using the following commands:
pip install jupyterlab
pip install notebook
If these commands don't work or if you want to install using conda instead,
see the documentation of Jupyter Software for the most up-to-date installation instructions.
- Install the Rust kernel in Jupyter notebooks on Mac OS by running the following commands:
cargo install evcxr_jupyter
evcxr_jupyter --install
If these commands don't work or if you want to install on a different platform, see the documentation of EvCxR Jupyter Kernel for the most up-to-date installation instructions.
-
Run
jupyter lab z3tracer/notebookscommand from root directory of this repository and open one example file. -
Execute each cell step by step (for instance using SHIFT+RET or the play button at the top panel). NOTE: compiling and loading crates may take some time.
-
Examples based on plotly may require additional installation steps to make Javascript libraries available to Jupyter notebooks. Eventually, it should look like this.