https://github.com/kostrykin/mobi-devcontainer-python
Molecular Biotechnology, Methoden der Bioinformatik, devcontainer for Python
https://github.com/kostrykin/mobi-devcontainer-python
devcontainer devcontainer-example docker docker-image github-codespaces heidelberg-university jupyter-notebook mobi-fs3-python mobi-fs5-python python teaching-tool
Last synced: 5 months ago
JSON representation
Molecular Biotechnology, Methoden der Bioinformatik, devcontainer for Python
- Host: GitHub
- URL: https://github.com/kostrykin/mobi-devcontainer-python
- Owner: kostrykin
- Created: 2023-11-21T14:28:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T14:19:43.000Z (almost 2 years ago)
- Last Synced: 2025-05-15T21:14:56.400Z (7 months ago)
- Topics: devcontainer, devcontainer-example, docker, docker-image, github-codespaces, heidelberg-university, jupyter-notebook, mobi-fs3-python, mobi-fs5-python, python, teaching-tool
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/kostrykin/mobi-devcontainer-python
- Size: 54.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/kostrykin/mobi-docker-python/actions/workflows/build_docker_image.yml)
[](https://hub.docker.com/repository/docker/kostrykin/mobi-devcontainer-python/general)
# [Methoden der Bioinformatik, devcontainer for Python]()
This repository builds a Docker image for [Molecular Biotechnology Python Lessons](https://github.com/users/kostrykin/projects/4).
**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:"` in `devcontainer.json`.
- Replace `` by a [valid tag](https://github.com/kostrykin/mobi-devcontainer-python/tags).
- See `.devcontainer/devcontainer.json` for an example.
**Resources:**
-
-
-