An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build docker image and push to Docker Hub](https://github.com/kostrykin/mobi-docker-python/actions/workflows/build_docker_image.yml/badge.svg)](https://github.com/kostrykin/mobi-docker-python/actions/workflows/build_docker_image.yml)
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/kostrykin/mobi-devcontainer-python?label=DockerHub%3A)](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:**
-
-
-