Skip to content

Commit 8b48ed9

Browse files
authored
Merge pull request #53 from jtpio/binder
Add Binder files
2 parents 85ff0b9 + 58696da commit 8b48ed9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# NBResuse
77

88
![Github Actions Status](https://github.com/yuvipanda/nbresuse/workflows/Tests/badge.svg)
9+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/yuvipanda/nbresuse/stable)
910
[![PyPI](https://img.shields.io/pypi/v/nbresuse)](https://pypi.python.org/pypi/nbresuse)
1011
[![PyPI](https://img.shields.io/pypi/l/nbresuse)](https://pypi.python.org/pypi/nbresuse)
1112
[![GitHub](https://img.shields.io/badge/issue_tracking-github-blue?logo=github)](https://github.com/yuvipanda/nbresuse/issues)

binder/environment.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: nbresuse
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python=3
6+
- jupyterlab=2
7+
- nbresuse=0.3.5
8+
- nodejs

0 commit comments

Comments
 (0)