Skip to content

Molecular Biotechnology, Python Lessons, Template for GitHub Codespaces

License

Notifications You must be signed in to change notification settings

kostrykin/python-learning-codespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository provides a template for GitHub Codespaces to be used in Lessons on Image Analysis using Python and Jupyter Notebooks in Molecular Biotechnology.

The codespace is configured as follows:

  • VS Code with ms-toolsai.jupyter extension
  • Python 3.12 (should be selected as default Jupyter kernel, doesn't work reliably)
  • Common Python packages for image analysis (numpy, scipy, scikit-image, tifffile, pillow)

Update .devcontainer/Dockerfile to add Python packages to be installed.

Dotfiles **/.*, Markdown files **/*.md are some other auxiliary files (e.g., LICENSE) are hidden in the VS Code file manager. Pylance is disabled.

To update your existing repository with this template:

This command will fetch the latest .devcontainer and overwrite:

mkdir -p .devcontainer && wget https://github.com/kostrykin/python-learning-codespace/raw/master/.devcontainer/devcontainer.json -O .devcontainer/devcontainer.json && wget https://github.com/kostrykin/python-learning-codespace/raw/master/.devcontainer/Dockerfile -O .devcontainer/Dockerfile

About

Molecular Biotechnology, Python Lessons, Template for GitHub Codespaces

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published