ehmatthes / intro_programming

A set of IPython notebooks and learning resources for an Introduction to Programming class, focusing on Python.
MIT License
396 stars 198 forks source link

Add cli argument to only convert new or modified ipynb files #144

Open ehmatthes opened 7 years ago

ehmatthes commented 7 years ago

Moving a comment from build_html.py to here:

# This could be made more efficient with a cli argument to only process
#  new or modified notebooks. For now it usually needs to process all,
#  because the conversion script itself is changing often. But once the
#  conversion process is stable, that kind of flag might be useful.
#  (move this to an issue)

This is not a particularly high priority. For my development work, I just limit build_html.py to convert a few notebooks, and then set it to run all notebooks again.