Open iled opened 2 years ago
092e1aa removes def
's from the two first refactored notebooks and import
s those functions from the local modules. Outputs are confirmed to be the same, so those functions seem to be ready to be used!
As of ee2fe74 (4 commits), two more notebooks had def
s refactored out:
Additionally, refactored notebooks were moved to ./examples, which can later be renamed according to discussion in #6
Hey all,
Following the lead by @eeholmes, I have started to refactor code out of the notebooks. The goal is to extract code that can be reused elsewhere.
For now, these efforts are being done in the
refactoring
branch. Note: this tutorial of the hackweek has more info on branches.Notebooks whose functions have been refactored so far:
TODO:
coastal/plot.py/plot_from_oa_url
for a good example)This issue will be updated as more notebooks are refactored.