https://github.com/betatim/everware-demo
Everware demo repository
https://github.com/betatim/everware-demo
Last synced: 9 days ago
JSON representation
Everware demo repository
- Host: GitHub
- URL: https://github.com/betatim/everware-demo
- Owner: betatim
- License: gpl-2.0
- Created: 2015-09-13T15:48:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-05T21:45:08.000Z (over 9 years ago)
- Last Synced: 2025-06-20T04:08:44.125Z (4 months ago)
- Language: Jupyter Notebook
- Size: 271 KB
- Stars: 0
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# An everware demo
Everware demo repository. It contains various demonstrations of what
you can do with everware, jupyter notebooks, and integrating it with
the CERN infrastructure.# Running it on Everware
If you have access to an [`everware`](//github.com/everware/everware) instance
you can try out this repository simply by surfing there and then pasting
a link to this repository.# Running it locally
You can execute this demo locally with the `run_local.sh` script. This
is particularly useful during development. You will have to install
[docker](http://docker.io) on your machine.For this to work you will have to build the docker container first with
```
docker build -t betatim/everware-demo .
```# Credits
The `cms-jpsi.ipynb` notebook is from [`everware/everware-dimuon-example`](https://github.com/everware/everware-dimuon-example)
and was written by [Noel Dawe](https://github.com/ndawe).The `RooFit-tutorial.ipynb` notebook is from [`betatim/roofit_tutorial_solutions`](https://github.com/betatim/roofit_tutorial_solutions).