Hi,
I spend quite some trying to find out where those "display" and "helpers" python modules where :
pip search display | grep -w "^display "
display (1.0.0) - simple printer of nested list
pip search helper | grep -w "^helper"
helper (2.4.2) - Development library for quickly writing configurable applications and daemons
and installed these two, but still running the imports didn't work (because I didn't clone the whole repo).
When I finally find out that you wrote them :-)
Can you please add a small python comment in your notebooks about your "from display" and "from helpers" imports saying something like "#display and helpers are MY OWN python modules" so as to save time for others ?
Thanks a lot for sharing those great notebooks :-)
God bless you.
Hi,
I spend quite some trying to find out where those "display" and "helpers" python modules where :
and installed these two, but still running the imports didn't work (because I didn't clone the whole repo).
When I finally find out that you wrote them :-)
Can you please add a small python comment in your notebooks about your "from display" and "from helpers" imports saying something like "#display and helpers are MY OWN python modules" so as to save time for others ?
Thanks a lot for sharing those great notebooks :-)
God bless you.