can we have a small .py with some helper function to be imported in the notebooks, to avoid clutter in the notebooks ?
examples include - saddle plotting function, which is very big and makes notebook not very readable, kernel plotting function for dot-calling , etc ?
maybe we could store these in cooltools.sandbox ?
can we have a small
.py
with some helper function to be imported in the notebooks, to avoid clutter in the notebooks ?examples include - saddle plotting function, which is very big and makes notebook not very readable, kernel plotting function for dot-calling , etc ? maybe we could store these in
cooltools.sandbox
?