Releases: murphyqm/python-project-template
Releases · murphyqm/python-project-template
v0.1.2
Updated devcontainer to remove bug-prone miniforge feature; instead include manual install. Bash file must be sourced to activate conda; instructions added to README.md.
Jupyter support with Jupytext added, along with instructions to use.
What's Changed
- Read me update by @murphyqm in #10
- Update devcontainer to use separate install by @murphyqm in #11
- Add jupyter and jupytext instructions by @murphyqm in #12
Full Changelog: v0.1.1...v0.1.2
Updated Readme file and extensions
Alternative release that doesn't use rocker miniforge image
If the codespace being generated launches in recovery mode due to errors using the "features" tag to pull in miniforge
via rocker, use this branch instead.
Full Changelog: 0.1.0...0.1.1-beta
v0.1.0: Initial Release
Fully-featured template to launch a miniforge-ready devcontainer, with tools and tips for developing a Python package.