Closed bnmajor closed 1 year ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Some additional updates:
"{package_name}{(==|>=)version_number}{ --pre}"
Where the package name is required but the version is optional, as is the --pre
flag (expected at the end if included)
Adds an environment check notebook that is designed to check the environment that the user is running in to make sure that all required dependencies and extensions are correctly installed. Ideally run first before any other notebooks to prevent common issues around dependencies and extension loading.