pgcontents
pgcontents copied to clipboard
Jupyter magic: running notebooks
Many Jupyter magic functions assume the filesystem is on disk. One of these is %run, which enables inclusion of notebooks and it's functions for modular code.
I'm trying to figure out how to modularize notebooks with PGContents. Any ideas?