You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Save as" with another filename in an existing local project folder
What is the expected output? What do you see instead?
Expected to see the file saved locally in the specified folder. Instead get this error dialog box.
Please provide any additional information below
File "C:\Users\Parag\Anaconda2\envs\mlenv\lib\site-packages\spyder_notebook\notebookplugin.py", line 399, in save_as
nb_contents = nbformat.read(original_path, as_version=4)
File "C:\Users\Parag\Anaconda2\envs\mlenv\lib\site-packages\nbformat_init_.py", line 138, in read
with io.open(fp, encoding='utf-8') as f:
IOError: [Errno 2] No such file or directory: 'c:\users\parag\appdata\local\temp\spyder\notebooks\untitled1.ipynb'
@paragguruji commented on Fri Oct 20 2017
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expected to see the file saved locally in the specified folder. Instead get this error dialog box.
Please provide any additional information below
File "C:\Users\Parag\Anaconda2\envs\mlenv\lib\site-packages\spyder_notebook\notebookplugin.py", line 399, in save_as
nb_contents = nbformat.read(original_path, as_version=4)
File "C:\Users\Parag\Anaconda2\envs\mlenv\lib\site-packages\nbformat_init_.py", line 138, in read
with io.open(fp, encoding='utf-8') as f:
IOError: [Errno 2] No such file or directory: 'c:\users\parag\appdata\local\temp\spyder\notebooks\untitled1.ipynb'
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: