-
Notifications
You must be signed in to change notification settings - Fork 727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
%load does not work #42
Comments
Even i faced the same issue. I cloned a github repo using |
%load filename.py #doesn't hang nor disconnect for me, but it doesn't seem to do anything. |
Aye, checking in here to say that I am also experiencing this issue. My workaround is
then copy output and paste to a new cell
|
I am also still seeing this issues, the %load command seems to run but it doesn't load anything into the cell. |
Thanks for the reports -- this is definitely a bug on our side. We haven't had a chance to tackle it yet, but when we do, we'll update this issue. |
Any update on this? For me %load doesn't hang anything, but it doesn't do anything either :) |
Same for me! I cloned a repo into the notebook's kernel and wanted to embed some files into cells using %load. If the path to the file is wrong it complains and when is OK it doesn't, so load is doing "something", but nothing is shown. |
b/133228391 |
The least you can do is create another cell with
when |
Is it not fixed yet? I have the same issue now, which is vey upset. |
Two years passed and the bug is still there... |
@wqnow I created a library that has a function (copy2clipboard) that kind of mimics the |
@ricardodeazambuja Thank u! I find that double clicking the file in colab will open a widget on the right of the page and you can edit the file in it. |
the bug is still there... |
The bug still seems to be present. |
%load appears not to work for me |
same problem for me ! is there any solution for this ? |
Imagine having an issue in Triage for 4 years. Talk about not giving a fuck. |
@craigcitro The bug is still present, please fix it. |
It appears that @craigcitro has left the colab team... |
Using the
%load
magic causes the runtime to hang and disconnect.As shown above, this issue is easy to reproduce. Also,
%load
hangs when loading code from the namespace, i.e:The text was updated successfully, but these errors were encountered: