We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28a9e3 commit 3880fc0Copy full SHA for 3880fc0
Makefile
@@ -65,7 +65,7 @@ convertall:
65
for notebook in ${ALL_NOTEBOOKS}; do \
66
echo Installing requirements from $${_paths[i]}; \
67
python -m pip install --force-reinstall -r $${_paths[i]} > /dev/null; \
68
- nbcollection convert --blah ${CONVERTFLAGS} ${FLAGS} $$notebook; \
+ nbcollection convert ${CONVERTFLAGS} ${FLAGS} $$notebook; \
69
i=$$((i+1)); \
70
done
71
0 commit comments