The Colaboratory notebook files for UTPython, the Introduction to Python Programming course at the University of Tokyo. https://sites.google.com/view/ut-python/
https://utokyo-ipp.github.io/toc.html
Install the Python 3 virtualenv:
virtualenv -p python3 venv
. venv/bin/activate
pip install jupyter prog_edu_assistant_toolsInstall Bazel (http://bazel.build) and build the notebooks:
bazel build ...docker/build-docker-image.shdocker/start-local-server.sh