Skip to content

ryosuketc/utpython_lab

 
 

Repository files navigation

UTPython Lab

The Colaboratory notebook files for UTPython, the Introduction to Python Programming course at the University of Tokyo. https://sites.google.com/view/ut-python/

Text Book

https://utokyo-ipp.github.io/toc.html

How to set up development environment

Install the Python 3 virtualenv:

virtualenv -p python3 venv
. venv/bin/activate
pip install jupyter prog_edu_assistant_tools

Install Bazel (http://bazel.build) and build the notebooks:

bazel build ...

Build the deployment image

docker/build-docker-image.sh

Run the service locally for testing

docker/start-local-server.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 87.0%
  • Python 5.1%
  • Starlark 4.5%
  • Shell 2.5%
  • Dockerfile 0.9%