I tried to run the notebooks with all packages from requirements.txt installed. However, at the quiz sections, I got this error message: ModuleNotFoundError: No module named 'md2json'
I tried installing "md2json" from pip, but that package did not contain a function convert(). So generally, it is unclear to me what module is used here, from which source, and if that might have changed in the meantime?
I tried to run the notebooks with all packages from requirements.txt installed. However, at the quiz sections, I got this error message:
ModuleNotFoundError: No module named 'md2json'I tried installing "md2json" from pip, but that package did not contain a function
convert(). So generally, it is unclear to me what module is used here, from which source, and if that might have changed in the meantime?