Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In #1384, I made it such that someone could run `make notebooks/py/xxxx.py` and run the notebook. Unfortunately, that created a dependency between the rule that regenerated the .ipynb file and the notebook running rule. This is not desirable, as regenerating the .ipynb files take forever now. This PR breaks that dependency. The idea is that the notebook regeneration process is so lightweight that we don't really need to examine the mtimes, and just do it blindly. Test: make -j validate-ipynb does not run the notebooks
- Loading branch information