Releases: mtholyoke/docker-data-science-environment
Releases · mtholyoke/docker-data-science-environment
[bugfix] Fix data directory mapping
What's Changed
- Fix
data/
directory mapping by @abbydrury in #6, closes #5.data/
and/analysis
now appear in the side rail of the JupyterLab UI.
Full Changelog: 1.0.0...1.0.1
Reproducible data science environment for MHC
What's Changed
🎉 The project exists! 🎉
This project provides a version of JupyterLab running in Docker. This implementation of JupyterLab supports Julia, Python, and R - it also supports researchers in:
- Adding their required Python/R packages and/or application extensions to Jupyter
- Using the Jupyter UI to develop and run their notebooks
- Accessing datasets within the Jupyter UI
- Tracking changes to their notebooks and (to a limited extent) datasets in Git
- Sharing their notebooks and environment with other researchers
- Publishing their environment in a reproducible way
- Stopping and starting the Docker container in a reasonable time period; building the container may take longer
- Pulling any changes from this parent repository into their child projects if needed and desired
New Contributors
Full Changelog: https://github.com/mtholyoke/docker-data-science-environment/commits/1.0.0