Skip to content

Commit

Permalink
everything's comin up milhouse
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Oct 10, 2024
1 parent b28a9e3 commit 3880fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ convertall:
for notebook in ${ALL_NOTEBOOKS}; do \
echo Installing requirements from $${_paths[i]}; \
python -m pip install --force-reinstall -r $${_paths[i]} > /dev/null; \
nbcollection convert --blah ${CONVERTFLAGS} ${FLAGS} $$notebook; \
nbcollection convert ${CONVERTFLAGS} ${FLAGS} $$notebook; \
i=$$((i+1)); \
done

Expand Down

0 comments on commit 3880fc0

Please sign in to comment.