Closed fabianwuest closed 1 year ago
Thanks for this hint. Yes, I have the same problem with other projects as well. The notebook 7.0.2
seems to skip some base packages which were part of it since many years. I will change the requirements.txt
file to prevent this bug.
Hi there,
It appears there's an incompatibility with the latest version of the notebook package (7.0.2) when running the make_slides script. When using this version of the package, I encountered an error, i.e.
ModuleNotFoundError: No module named 'notebook.base'.
At the time the lecture notebooks were written, the notebook package was not yet at version > 7.
I resolved the issue by downgrading to version 6.5.5, after which the script worked perfectly. This information might be helpful for other students who encounter the same issue.