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
Typing into IPython Console and entering raises error
Running code from a file raises error once after typing into IPython Console but then doesn't raise error until typing into IPython Console again
What is the expected output? What do you see instead?
Expected Output is still the same except error is raised in separate window
Please provide any additional information below
Code still works and outputs the correct output when typing into IPython Console
File "C:\Users\Name\Anaconda3\lib\site-packages\spyder\widgets\mixins.py", line 758, in add_to_history
encoding.write(text, self.history_filename, mode='ab')
File "C:\Users\Name\Anaconda3\lib\site-packages\spyder\utils\encoding.py", line 227, in write
with open(filename, mode) as textfile:
FileNotFoundError: [Errno 2] No such file or directory: '%USERPROFILE\.spyder-py3\history.py'
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expected Output is still the same except error is raised in separate window
Please provide any additional information below
Code still works and outputs the correct output when typing into IPython Console
File "C:\Users\Name\Anaconda3\lib\site-packages\spyder\widgets\mixins.py", line 758, in add_to_history
encoding.write(text, self.history_filename, mode='ab')
File "C:\Users\Name\Anaconda3\lib\site-packages\spyder\utils\encoding.py", line 227, in write
with open(filename, mode) as textfile:
FileNotFoundError: [Errno 2] No such file or directory: '%USERPROFILE\.spyder-py3\history.py'
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: