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 77053d3 commit b28a9e3Copy full SHA for b28a9e3
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 ${CONVERTFLAGS} ${FLAGS} $$notebook; \
+ nbcollection convert --blah ${CONVERTFLAGS} ${FLAGS} $$notebook; \
69
i=$$((i+1)); \
70
done
71
0 commit comments