Skip to content

Commit c0b7938

Browse files
authored
Merge pull request #20 from jburel/run_notebooks
Run notebooks
2 parents efd5fcc + 1128d1f commit c0b7938

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[![DOI](https://zenodo.org/badge/329595844.svg)](https://zenodo.org/badge/latestdoi/329595844)
2+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ome/ngff-latency-benchmark/master?filepath=notebooks)
3+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ome/ngff-latency-benchmark/)
24

35
# OME-NGFF: latency benchmark
46

@@ -40,3 +42,4 @@ docker-compose run --rm benchmark -sv
4042

4143
This will store both the benchmarking results ('benchmark_data.json') as well as a plotted graph
4244
('benchmark_plot.png') in the directory along with the input data.
45+

binder/environment.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
channels:
2+
- conda-forge
3+
dependencies:
4+
- h5py
5+
- matplotlib
6+
- numpy
7+
- pandas
8+
- pytest
9+
- request
10+
- s3fs
11+
- seaborn
12+
- tifffile
13+
- zarr

0 commit comments

Comments
 (0)