import-ipynb icon indicating copy to clipboard operation
import-ipynb copied to clipboard

import an ipynb into an ipynb (or into just a py)

Results 4 import-ipynb issues
Sort by recently updated
recently updated
newest added

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.

Hello, dear Lev! Thank you for such a useful tool – _**import-ipynb**_ ( https://pypi.org/project/import-ipynb/ )! Unfortunately, it doesn’t work with Python 3.12.0 (see fig. cells 1 & 3). ![unnamed](https://github.com/axil/import-ipynb/assets/37598012/e867e49d-728c-4698-bf2a-f3b7e7b61e6a) (Sys:...

I am using import-ipynb locally and it works perfectly fine, but I can't get it to work with Gunicorn on Heroku (Ubuntu 20.04). ``` 2022-12-03T14:41:37.471070+00:00 app[web.1]: Traceback (most recent call...