INRIA / scikit-learn-mooc

Machine learning in Python with scikit-learn MOOC
https://inria.github.io/scikit-learn-mooc
Creative Commons Attribution 4.0 International
1.12k stars 516 forks source link

MAINT: update build_tools/convert-python-script-to-notebook.py to myst-parser 1.0.0 #695

Closed ogrisel closed 1 year ago

ogrisel commented 1 year ago

I think I found the way to update the script to work with the latest version of myst-parser to avoid the ModuleNotFoundError.

ogrisel commented 1 year ago

I did rm -rf notebooks/* && make notebooks locally and I will push the results in a new commit once ready.

ogrisel commented 1 year ago

Please do not merge, I pushed the result of:

fix end of files.........................................................Failed

from the pre-commit. Let me exclude ipynb files from there and re-run.