Skip to content

Commit e5d7528

Browse files
Replace pip install with conda install in Binder (#54)
* Replace pip install with conda install in Binder
1 parent 8bb845a commit e5d7528

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ global-exclude .ipynb_checkpoints
3636
# Binder files to be excluded
3737
exclude binder
3838
recursive-exclude binder *.ipynb
39-
recursive-exclude binder *.txt
39+
recursive-exclude binder *.yml
4040

4141
# Exclude CI/CD files
4242
prune .circleci

binder/environment.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: nbclient
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- numpy
6+
- pandas
7+
- matplotlib
8+
- nteract-scrapbook
9+
- nbformat
10+
- nbclient

binder/requirements.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)