Notebook
# Highlight this cell and press "y" to convert to python code, then run it if # you need to install `numpy`, `matplotlib`, `quaternionic`, and/or `splines`. import sys from pathlib import Path executable = str(Path(sys.executable).resolve()) ! {executable} -m pip install numpy matplotlib quaternionic splines