Open louieQ opened 2 years ago
Imported packages and modules should either be:
requirements.txt
environment.yml
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.
Imported packages and modules should either be:
requirements.txt
orenvironment.yml
).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.