-
Notifications
You must be signed in to change notification settings - Fork 291
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
Can't save to remote workspace #1474
Comments
I just realized that perhaps this is not an intended feature and that the goal of the connect to a remote server is just to execute the notebook remotely (but to save it locally). If that's the case then I think what I outlined above might be more of a feature suggestion instead of a bug. |
You should be able to do this if you actually remote-ssh to the remote server. See this here: |
That shouldn't be necessary. Just hitting the save button should save the file with its current name. It shouldn't do a save as unless you create a new notebook. |
AH! |
Yeah that sounds like a bug. It should be checking the scheme of the file, not the name of the file. Please enter an issue. |
This should be resolved. At least the remote-ssh case. |
The other case is handled by this: |
Bug: Notebook Editor, Interactive Window, Python Editor cells
When specifying a remote Jupyter server I can successfully creat new notebooks via the command palate but I can't save them.
When I click on the save icon it just prompts saving the notebook on my local computer.
Also, it doesn't let me view other notebooks/files on the remote server.
Steps to cause the bug to occur
Actual & Expected behavior
Expected
Clicking save saves the notebook on the remote desktop
+
Being able to view other files on the remote workspace.
Actual
Clicking save prompts for a local save and I can't view other files.
Your Jupyter and/or Python environment
Please provide as much info as you readily know
The text was updated successfully, but these errors were encountered: