This is a personal experimental project, and should not be relied upon at the moment.
- Clone this repo
- Run
make setup
- (Optionally) activate the virtual environment with
source ./venv/bin/activate
Run make debug
to run the local dev server in the browser. Go to the root url (/
) to view the interactive interface.
cd flask-src && ../venv/bin/python -m dask scheduler
cd flask-src && ../venv/bin/python -m dask worker --resources "CPU=1"
If installing Python and getting a 'No module named _ctypes' error:
Unsnstall Python
sudo apt install libffi-dev
Reinstall Python