Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Use python3 to invoke MD2IPYNB in Makefile (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
WANG, Chen authored Apr 3, 2020
1 parent f092e60 commit 9ccbb55
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 @@ -93,7 +93,7 @@ compile_notebooks:
if [ -f $$TARGETNAME ]; then \
echo $$TARGETNAME exists. Skipping compilation of $$BASENAME in Makefile. ; \
else \
python $(MD2IPYNB) $(MD2IPYNB_OPTION) $$BASENAME ; \
python3 $(MD2IPYNB) $(MD2IPYNB_OPTION) $$BASENAME ; \
fi ; \
cd - ; \
done;
Expand Down

0 comments on commit 9ccbb55

Please sign in to comment.