Skip to content

Commit 00cd9bb

Browse files
jtpioibdafna
authored andcommitted
Add Binder files and badge
Signed-off-by: Jeremy Tuloup <[email protected]>
1 parent f6a1152 commit 00cd9bb

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ipydatagrid
22

3+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/bloomberg/ipydatagrid/HEAD?urlpath=lab%2Ftree%2Fexamples%2FDataGrid.ipynb)
34
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
45
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
56
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

binder/environment.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: ipydatagrid
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- ipywidgets=7.6
6+
- jupyterlab=3
7+
- numpy
8+
- nodejs
9+
- pandas
10+
- pip:
11+
- ipydatagrid==1.0.0

0 commit comments

Comments
 (0)