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
Consider a notebook called file1.ipynb that begins with a cell saying %pip install attrmap==0.0.7. I can run this notebook as intended.
Now, consider a second notebook called file2.ipynb containing a cell %run ./file1. This notebook will execute the installation command in file1.ipynb as markdown instead of recognizing it as a magic command.
The text was updated successfully, but these errors were encountered:
Consider a notebook called
file1.ipynb
that begins with a cell saying%pip install attrmap==0.0.7
. I can run this notebook as intended.Now, consider a second notebook called
file2.ipynb
containing a cell%run ./file1
. This notebook will execute the installation command infile1.ipynb
as markdown instead of recognizing it as a magic command.The text was updated successfully, but these errors were encountered: