Closed mccalluc closed 5 days ago
We have:
make_notebook_py
make_script_py
and
_make_context_for_notebook
_make_context_for_script
with a lot duplicated between the pairs of functions. Try to refactor this in a more OO way, with the shared logic in a super class.
We have:
make_notebook_py
make_script_py
and
_make_context_for_notebook
_make_context_for_script
with a lot duplicated between the pairs of functions. Try to refactor this in a more OO way, with the shared logic in a super class.