Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdice/signac-micde-cnsccs-2018
Slides and demos for the MICDE CNSCCS Symposium, October 15, 2018
https://github.com/bdice/signac-micde-cnsccs-2018
data-management data-visualization demo signac workflow-automation
Last synced: 15 days ago
JSON representation
Slides and demos for the MICDE CNSCCS Symposium, October 15, 2018
- Host: GitHub
- URL: https://github.com/bdice/signac-micde-cnsccs-2018
- Owner: bdice
- License: bsd-3-clause
- Created: 2018-10-13T19:10:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T18:27:36.000Z (about 6 years ago)
- Last Synced: 2024-11-10T06:35:31.426Z (about 2 months ago)
- Topics: data-management, data-visualization, demo, signac, workflow-automation
- Language: Jupyter Notebook
- Homepage: http://signac.io
- Size: 11.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# signac - MICDE Symposium of the Center for Network and Storage Enabled Collaborative Computational Science 2018
## About
This repository contains slides and demos for the session ["Reproducible computational workflows with signac"](https://indico.cern.ch/event/692449/contributions/3170022/) held at the [2018 Symposium of the Center for Network and Storage Enabled Collaborative Computational Science](https://indico.cern.ch/event/692449/).The **signac** framework is a collection of Python packages that are designed to automate computational investigations and manage the underlying data spaces. The framework is lightweight and easy to integrate with other tools.
## How to install signac
You can install signac with [conda](https://conda.io/docs/user-guide/install/download.html) through the [conda-forge](https://conda-forge.org/) channel:
```bash
conda install -c conda-forge signac signac-flow signac-dashboard
```
Alternatively, you can install with [pip](https://packaging.python.org/tutorials/installing-packages/#installing-to-the-user-site):
```bash
pip install --user signac signac-flow signac-dashboard
```## How to get help
For more information visit the [signac website](http://www.signac.io) or the [framework documentation](https://signac-docs.readthedocs.io/en/latest).