You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
declared in the project requirements file (e.g., requirements.txt or 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: