import-ipynb
import-ipynb copied to clipboard
Adaptation to Python3.12.
Adaptation for Python3.12. Deleting find_module() method, deprecated in Python3.10, and using the find_spec(). Replacing the method load_module() with two methods: create_module() and exec_module() with the application of ModuleSpec.