-
Notifications
You must be signed in to change notification settings - Fork 760
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
Saving to GitHub #1975
Comments
I have re-created this issue. Whenever I "Save a copy to GitHub" it seems the problem is that it doesn't not change the name in this variable in the code that you can only see if you view the jupyter notebook code in RAW. However, the name of the file can appear to be different in reality. I had a notebook "Original.ipynb" in my GitHub repo. I opened this in Google Colab. "Save a copy to GitHub". I changed the name to "Different_Copy.ipynb". I checked the box "Include a link to Colaboratory" as well for a test. When I try to open "Different_Copy.ipynb" in Colab after that it opens "Original.ipynb" the "Save a copy to GitHub" seems to not change this name variable. For example this notebook in GitHub appears to be called "Different_Copy.ipynb" but when viewed in RAW you can see the "name": "Original.ipynb".
It seems that when you open "Different_Copy.ipynb" in Colab it opens "Original.ipynb" instead. Also when I click the link at the top generated from "Include a link to Colaboratory". This means you have to manually change the name variable in the notebook code to view it in Colab if it has been copied from another notebook through "Save a copy to GitHub" It will open the original notebook not the one you want to open.
Also when you rename the notebook it doesn't change this "name" either. I hope this can be fixed as it very tedious to copy notebook for Colab and prevents access. |
Bug in our Github support. |
Hello, maybe someone can help Litz |
Bug report for Colab: http://colab.research.google.com/.
Issue:
I opened a notebook that belongs to someone else. I tried to save a copy of it to my GitHub repository. But it is not working. The save fails because the Colab is trying to save it in the source where I don't have write access.
Error Snippet:
Failed to save notebook to https://github.com/tinyMLx/colabs/blob/master/2-1-4-ExploringLoss.ipynb CustomError: Failed to save notebook to https://github.com/tinyMLx/colabs/blob/master/2-1-4-ExploringLoss.ipynb at new JA (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20210420-060103-RC00_369390986:1389:22) at za.program_ (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20210420-060103-RC00_369390986:1395:315) at Ba (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20210420-060103-RC00_369390986:19:336) at za.throw_ (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20210420-060103-RC00_369390986:18:403) at Ca.throw (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20210420-060103-RC00_369390986:20:248) at g (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20210420-060103-RC00_369390986:62:155)
Expected behavior:
When the "Save a copy in GitHub" is clicked, Colab should show me the repositories, where users have write access to save a copy. If not, I should be able to input the repository path to save. Instead of showing the source repository.
Steps to reproduce:
Browser Used:
NOTES:
The text was updated successfully, but these errors were encountered: