How to really share a Jupyter notebook uploaded to Google Colab?Google Colab: API error in opening up Python notebooks?How to reference shared files and folders in Google Colab?How to run nbconvert on notebook in google colaboratoryGoogle colab not openingCannot open Colab Notebook in my Google Driveimport its own ipynb files on google colabCan't open large Jupyter Notebook file through local Jupyter Notebook after manipulation in Google ColabIs it possible to save a Google Colaboratory Notebook to HTML?jupyter notebook image doesnt show when uploaded to cloud notebooks such as colaboratory or azure notebookLinks to local notebooks in Google Colab
Does Ubuntu reduce battery life?
How did Biff return to 2015 from 1955 without a lightning strike?
Patio gate not at right angle to the house
Why didn't General Martok receive discommendation in Star Trek: Deep Space Nine?
UX writing: When to use "we"?
Secret message 01
Why doesn't this proof show that the operation on a factor group is well-defined?
Why does macOS create file mounts for each app?
Move arrows along a contour
How to count points under the curve?
Just how much information should you share with a former client?
"DDoouubbllee ssppeeaakk!!"
Translate the beginning of the blessing "Asher Yatzar"
Can machine learning learn a function like finding maximum from a list?
Would people understand me speaking German all over Europe?
GDPR Compliance - notification of data breach
How can a class have multiple methods without breaking the single responsibility principle?
When do the events of "Detective Pikachu" take place in relation to Ash Ketchum's adventures?
In the Schrödinger equation, can I have a Hamiltonian without a kinetic term?
How can you tell the version of Ubuntu on a system in a .sh (bash) script?
Should 2FA be enabled on service accounts?
My employer is refusing to give me the pay that was advertised after an internal job move
Betrayed by management at a new job, should I take action?
Why does Latex make a small adjustment when I change section color
How to really share a Jupyter notebook uploaded to Google Colab?
Google Colab: API error in opening up Python notebooks?How to reference shared files and folders in Google Colab?How to run nbconvert on notebook in google colaboratoryGoogle colab not openingCannot open Colab Notebook in my Google Driveimport its own ipynb files on google colabCan't open large Jupyter Notebook file through local Jupyter Notebook after manipulation in Google ColabIs it possible to save a Google Colaboratory Notebook to HTML?jupyter notebook image doesnt show when uploaded to cloud notebooks such as colaboratory or azure notebookLinks to local notebooks in Google Colab
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I uploaded a Jupyter .ipynb notebook to Google CoLab using File->Upload Notebook.
Renamed it, made some edits, and saved it. Great.
However, when I do "Share"->"Anyone with a link can view", then copy the link and open it in another (or private) browser window, I
(1) am required to log in to a Google account, and
(2) get this pop-up: "Notebook loading error. There was an error loading this notebook. Ensure that the file is accessible and try again."
and buried in the displayed error is: "403 This file cannot be downloaded by the authenticated user."
This confuses me about the behaviour of Colab notebooks vs. other Drive files. Ordinarily, the "anyone with a link can view" on a Drive file does not require the viewing user to be logged in to a Google account. That's confusion #1. Confusion #2: why is Colab trying to "download" anything at all, as indicated in the 403? I assumed the file would be viewable within Colaboratory within the user's browser, just as it is for the notebook owner.
I would like to invite (non-coding) colleagues to view my Colab notebook, with or without a Google account, and without any particular coding or Google savvy. Any ideas on how to do this?
python jupyter-notebook google-colaboratory
add a comment |
I uploaded a Jupyter .ipynb notebook to Google CoLab using File->Upload Notebook.
Renamed it, made some edits, and saved it. Great.
However, when I do "Share"->"Anyone with a link can view", then copy the link and open it in another (or private) browser window, I
(1) am required to log in to a Google account, and
(2) get this pop-up: "Notebook loading error. There was an error loading this notebook. Ensure that the file is accessible and try again."
and buried in the displayed error is: "403 This file cannot be downloaded by the authenticated user."
This confuses me about the behaviour of Colab notebooks vs. other Drive files. Ordinarily, the "anyone with a link can view" on a Drive file does not require the viewing user to be logged in to a Google account. That's confusion #1. Confusion #2: why is Colab trying to "download" anything at all, as indicated in the 403? I assumed the file would be viewable within Colaboratory within the user's browser, just as it is for the notebook owner.
I would like to invite (non-coding) colleagues to view my Colab notebook, with or without a Google account, and without any particular coding or Google savvy. Any ideas on how to do this?
python jupyter-notebook google-colaboratory
Hi, Superduper, did you find the answer? I am dealing with the same problem... If you were able to find the answer, can you share with us? It is really annoying... the option says "Anyone who has the link can access. No sign-in required.". I believe this was working some weeks ago...
– hamagust
Apr 21 at 2:46
Not yet, hamagust. I gave up for now and started looking at other options via dataschool.io/cloud-services-for-jupyter-notebook So far Azure seems closest. But I would really like to use Colab, though, so I'm still hoping for an angel to chime in here.
– Superduper
Apr 22 at 17:46
I just realized that this happens when "Disable options to download, print, and copy for commenters and viewers" is selected in advanced options... I was able to share the notebook by deselecting this option...
– hamagust
Apr 23 at 20:19
add a comment |
I uploaded a Jupyter .ipynb notebook to Google CoLab using File->Upload Notebook.
Renamed it, made some edits, and saved it. Great.
However, when I do "Share"->"Anyone with a link can view", then copy the link and open it in another (or private) browser window, I
(1) am required to log in to a Google account, and
(2) get this pop-up: "Notebook loading error. There was an error loading this notebook. Ensure that the file is accessible and try again."
and buried in the displayed error is: "403 This file cannot be downloaded by the authenticated user."
This confuses me about the behaviour of Colab notebooks vs. other Drive files. Ordinarily, the "anyone with a link can view" on a Drive file does not require the viewing user to be logged in to a Google account. That's confusion #1. Confusion #2: why is Colab trying to "download" anything at all, as indicated in the 403? I assumed the file would be viewable within Colaboratory within the user's browser, just as it is for the notebook owner.
I would like to invite (non-coding) colleagues to view my Colab notebook, with or without a Google account, and without any particular coding or Google savvy. Any ideas on how to do this?
python jupyter-notebook google-colaboratory
I uploaded a Jupyter .ipynb notebook to Google CoLab using File->Upload Notebook.
Renamed it, made some edits, and saved it. Great.
However, when I do "Share"->"Anyone with a link can view", then copy the link and open it in another (or private) browser window, I
(1) am required to log in to a Google account, and
(2) get this pop-up: "Notebook loading error. There was an error loading this notebook. Ensure that the file is accessible and try again."
and buried in the displayed error is: "403 This file cannot be downloaded by the authenticated user."
This confuses me about the behaviour of Colab notebooks vs. other Drive files. Ordinarily, the "anyone with a link can view" on a Drive file does not require the viewing user to be logged in to a Google account. That's confusion #1. Confusion #2: why is Colab trying to "download" anything at all, as indicated in the 403? I assumed the file would be viewable within Colaboratory within the user's browser, just as it is for the notebook owner.
I would like to invite (non-coding) colleagues to view my Colab notebook, with or without a Google account, and without any particular coding or Google savvy. Any ideas on how to do this?
python jupyter-notebook google-colaboratory
python jupyter-notebook google-colaboratory
edited Mar 27 at 16:59
Superduper
asked Mar 26 at 22:31
SuperduperSuperduper
3081 gold badge3 silver badges9 bronze badges
3081 gold badge3 silver badges9 bronze badges
Hi, Superduper, did you find the answer? I am dealing with the same problem... If you were able to find the answer, can you share with us? It is really annoying... the option says "Anyone who has the link can access. No sign-in required.". I believe this was working some weeks ago...
– hamagust
Apr 21 at 2:46
Not yet, hamagust. I gave up for now and started looking at other options via dataschool.io/cloud-services-for-jupyter-notebook So far Azure seems closest. But I would really like to use Colab, though, so I'm still hoping for an angel to chime in here.
– Superduper
Apr 22 at 17:46
I just realized that this happens when "Disable options to download, print, and copy for commenters and viewers" is selected in advanced options... I was able to share the notebook by deselecting this option...
– hamagust
Apr 23 at 20:19
add a comment |
Hi, Superduper, did you find the answer? I am dealing with the same problem... If you were able to find the answer, can you share with us? It is really annoying... the option says "Anyone who has the link can access. No sign-in required.". I believe this was working some weeks ago...
– hamagust
Apr 21 at 2:46
Not yet, hamagust. I gave up for now and started looking at other options via dataschool.io/cloud-services-for-jupyter-notebook So far Azure seems closest. But I would really like to use Colab, though, so I'm still hoping for an angel to chime in here.
– Superduper
Apr 22 at 17:46
I just realized that this happens when "Disable options to download, print, and copy for commenters and viewers" is selected in advanced options... I was able to share the notebook by deselecting this option...
– hamagust
Apr 23 at 20:19
Hi, Superduper, did you find the answer? I am dealing with the same problem... If you were able to find the answer, can you share with us? It is really annoying... the option says "Anyone who has the link can access. No sign-in required.". I believe this was working some weeks ago...
– hamagust
Apr 21 at 2:46
Hi, Superduper, did you find the answer? I am dealing with the same problem... If you were able to find the answer, can you share with us? It is really annoying... the option says "Anyone who has the link can access. No sign-in required.". I believe this was working some weeks ago...
– hamagust
Apr 21 at 2:46
Not yet, hamagust. I gave up for now and started looking at other options via dataschool.io/cloud-services-for-jupyter-notebook So far Azure seems closest. But I would really like to use Colab, though, so I'm still hoping for an angel to chime in here.
– Superduper
Apr 22 at 17:46
Not yet, hamagust. I gave up for now and started looking at other options via dataschool.io/cloud-services-for-jupyter-notebook So far Azure seems closest. But I would really like to use Colab, though, so I'm still hoping for an angel to chime in here.
– Superduper
Apr 22 at 17:46
I just realized that this happens when "Disable options to download, print, and copy for commenters and viewers" is selected in advanced options... I was able to share the notebook by deselecting this option...
– hamagust
Apr 23 at 20:19
I just realized that this happens when "Disable options to download, print, and copy for commenters and viewers" is selected in advanced options... I was able to share the notebook by deselecting this option...
– hamagust
Apr 23 at 20:19
add a comment |
1 Answer
1
active
oldest
votes
Possibly this is useful until a better solution is available...
This happens to me when "Disable options to download, print, and copy for commenters and viewers" is selected in advanced options...
I was able to share the notebook by deselecting this option...
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55367109%2fhow-to-really-share-a-jupyter-notebook-uploaded-to-google-colab%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Possibly this is useful until a better solution is available...
This happens to me when "Disable options to download, print, and copy for commenters and viewers" is selected in advanced options...
I was able to share the notebook by deselecting this option...
add a comment |
Possibly this is useful until a better solution is available...
This happens to me when "Disable options to download, print, and copy for commenters and viewers" is selected in advanced options...
I was able to share the notebook by deselecting this option...
add a comment |
Possibly this is useful until a better solution is available...
This happens to me when "Disable options to download, print, and copy for commenters and viewers" is selected in advanced options...
I was able to share the notebook by deselecting this option...
Possibly this is useful until a better solution is available...
This happens to me when "Disable options to download, print, and copy for commenters and viewers" is selected in advanced options...
I was able to share the notebook by deselecting this option...
answered Apr 23 at 20:24
hamagusthamagust
541 silver badge6 bronze badges
541 silver badge6 bronze badges
add a comment |
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55367109%2fhow-to-really-share-a-jupyter-notebook-uploaded-to-google-colab%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Hi, Superduper, did you find the answer? I am dealing with the same problem... If you were able to find the answer, can you share with us? It is really annoying... the option says "Anyone who has the link can access. No sign-in required.". I believe this was working some weeks ago...
– hamagust
Apr 21 at 2:46
Not yet, hamagust. I gave up for now and started looking at other options via dataschool.io/cloud-services-for-jupyter-notebook So far Azure seems closest. But I would really like to use Colab, though, so I'm still hoping for an angel to chime in here.
– Superduper
Apr 22 at 17:46
I just realized that this happens when "Disable options to download, print, and copy for commenters and viewers" is selected in advanced options... I was able to share the notebook by deselecting this option...
– hamagust
Apr 23 at 20:19