This repository builds a Docker image for Molecular Biotechnology Python Lessons.
The built image provides:
- Python 3.9 and 3.11 (3.11 selected as default Jupyter kernel)
- VS Code with
ms-toolsai.jupyter
extension - Packages specified in
ingredients/requirements.txt
installed for Python 3.11
Dotfiles **/.*
and Markdown files **/*.md
are hidden in the VS Code file manager. Pylance is disabled for notebooks.
Using the image:
- Use the image
docker.io/kostrykin/mobi-devcontainer-python:<TAG>"
indevcontainer.json
. - Replace
<TAG>
by a valid tag. - See
.devcontainer/devcontainer.json
for an example.
Resources: