-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
opening links from spyder-notebook opens the notebook in browser asking for token #185
Comments
Thanks for reporting. This is a valid concern and we'll try to address it in the future. |
For reference, i get the same issue. This is minor b/c i can just copy-paste the link, but what is worse is that I get the same token-authentication when i try to e.g. File->Download as -> .html The weird thing is that i somehow got it to work by accident by some combination of restart (downloading via the browser started working) but i can't remember how. Part of the problem may be that the token is not being handed correctly to the browser, b/c if I just do A related info-bit might be that I seem to have two servers running
and i am trying to export a notebook running on the former one (port:8889), |
I reproduced this with version 0.3.0 of the plugin. Clicking on a link in the notebook opens the notebook in my browser, not the link (though it does not ask for a token in my case). The "Download as HTML" option has gone, so that part of the issue has disappeared. |
Yes, the |
Description of your problem
What steps will reproduce the problem?
What is the expected output? What do you see instead?
expected: opens desired link in the browser
actual: the browser shows the page that asks for notebook token (which is harder to find if notebook was run from Spyder). When provided with the token, the notebook is opened in this browser tab (but not the desired link).
Versions and main components
but I've seen this problem on multiple computers. The workaround is to edit the markdown cell and copy the link of course, but it would be nice if it worked.
The text was updated successfully, but these errors were encountered: