Skip to content
rhinopotamus edited this page May 1, 2023 · 3 revisions

CheckIt requires Python version 3.8 or higher.

Windows

Windows Subsystem for Linux

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.

Updating to current versions of various things

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"

Installing python modules with pip

pip install checkit-dashboard

getting widgets working correctly

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