Skip to content

Commit efafeca

Browse files
authored
Merge pull request #296 from gro-intelligence/jli-nbvaltest
Add script to test subset of Jupyter notebooks with nbval plugin (CLEWS-33407)
2 parents 314bf39 + e2c3b2a commit efafeca

File tree

8 files changed

+533
-431
lines changed

8 files changed

+533
-431
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ r-client/.vagrant/
2828

2929
# poetry build output
3030
dist/
31+
32+
# Jupyter notebooks/Jupyterlab
33+
.ipynb_checkpoints
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pandas~=0.24.2
2-
matplotlib~=3.1.1
3-
scikit-learn~=0.21.2
4-
jupyter
1+
pandas
2+
matplotlib
3+
scikit-learn
4+
jupyter

0 commit comments

Comments
 (0)