Description
Jupyter notebooks are often a mess. The code produced is working for
one notebook, but it's hard to maintain or to re-use.
In this talks I will present some best practices to make code more
readable, better to maintain and re-usable.
This will include:
- versioning best practices
- how to use submodules
- coding methods to avoid (e.g. closures)
Jupyter notebooks are often a mess. The code produced is working for one notebook, but it's hard to maintain or to re-use. In this talks I will present some best practices to make code more readable, better to maintain and re- usable.