rubypollev
Results
1
issues of
rubypollev
Many Jupyter magic functions assume the filesystem is on disk. One of these is [`%run`](https://ipython.readthedocs.io/en/stable/interactive/magics.html#magic-run), which enables inclusion of notebooks and it's functions for modular code. I'm trying to figure...