collab-uniba / pynblint

Pynblint is a linter for Python Jupyter notebooks.
MIT License
40 stars 2 forks source link

Detect imported packages/modules that are not local nor declared in the requirements #78

Open louieQ opened 2 years ago

louieQ commented 2 years ago

Imported packages and modules should either be:

By using the Python ast package, detect whether a notebook contains imported packages and/or modules that are not local nor declared in a requirements file.