Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Latest commit

 

History

History

notebooks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Example notebooks using z3tracer

Installing Jupyter notebook and Rust kernel

  • 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.

Running the example notebooks

  • Run jupyter lab z3tracer/notebooks command 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.