-
Notifications
You must be signed in to change notification settings - Fork 6
Local installation
rhinopotamus edited this page May 1, 2023
·
3 revisions
CheckIt requires Python version 3.8 or higher.
We recommend using the Windows Subsystem for Linux, because the Windows version of Sage can't be run on the Windows command line. Instructions for installing Ubuntu on WSL are here.
Once your WSL is installed, run your shiny new Ubuntu shell and issue the following commands:
sudo apt-get update -y && apt-get upgrade -y
sudo apt install sagemath jupyter
pip install --upgrade pip
export PATH="$HOME/.local/bin:$PATH"
pip install checkit-dashboard
You'll need to do some crap involving nvm
and nodejs
.
Once that's done:
sudo jupyter nbextension enable --py --sys-prefix widgetsnbextension
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter lab clean
jupyter lab build