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

https://github.com/goern/curated-stack-pattern

This is a Pattern, we can use it to curate a software stack and bundle it up as a container image, which we can use to run a Jupyter Notebook...
https://github.com/goern/curated-stack-pattern

Last synced: over 1 year ago
JSON representation

This is a Pattern, we can use it to curate a software stack and bundle it up as a container image, which we can use to run a Jupyter Notebook...

Awesome Lists containing this project

README

          

# Curated Stack Pattern

This repository is used to create a container image, so that we can use it to run a Jupyter Notebook. The Python
modules provided within the container image are curated via `Pipfile` in this repository. `pytest` is used to
run some basic integration test on the resulting software stack.