You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: