dea-notebooks
dea-notebooks copied to clipboard
Experiment with running tests on changed files only
Proposed changes
Include a brief description of the changes being proposed, and why they are necessary.
Closes issues (optional)
- Closes Issue #000
Checklist
(Replace [ ] with [x] to check off)
- [ ] Notebook created using the DEA-notebooks template
- [ ] Remove any unused Python packages from
Load packages - [ ] Remove any unused/empty code cells
- [ ] Remove any guidance cells (e.g.
General advice) - [ ] Ensure that all code cells follow the PEP8 standard for code. The
jupyterlab_code_formattertool can be used to format code cells to a consistent style: select each code cell, then clickEditand then one of theApply X Formatteroptions (YAPForBlackare recommended). - [ ] Include relevant tags in the final notebook cell (refer to the DEA Tags Index, and re-use tags if possible)
- [ ] Clear all outputs, run notebook from start to finish, and save the notebook in the state where all cells have been sequentially evaluated
- [ ] Test notebook on both the
NCIandDEA Sandbox(flag if not working as part of PR and ask for help to solve if needed) - [ ] If applicable, update the
Notebook currently compatible with the NCI|DEA Sandbox environment onlyline below the notebook title to reflect the environments the notebook is compatible with - [ ] Check for any spelling mistakes using the DEA Sandbox's built-in spellchecker (double click on markdown cells then right-click on pink highlighted words). For example:
Check out this pull request on ![]()
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Superceded by #1152