-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Clear Console not working on Windows #10762
Comments
This happens when your current working directory is a network mount. So avoid that until we fix it. |
Same issue here with Spyder 3.3.6 as well. All other package versions being the same. Things do work properly if the drive is mounted |
This looks like a bug in IPython. We'll submit a pull request there to fix it. |
Checking the issues of IPython seems like this is related to ipython/ipython#11488 |
Great work finding the issue there @dalthviz! Then, as I suspected, we need to submit a PR there to fix things here. Please do that. |
Doing some testing, and after reading more carefully the issue in IPython (where the user specifies he is using Spyder 3.3.1), seems like the issue is actually in QtConsole and it's not only affecting the Testing with IPython the clear magic |
Note: Probably we need to detect that a Relevant code to check: Edit: The change needs to be implemented in |
This is fixed in ipykernel 5.2.1. Conda packages should be available soon. |
Description
What steps will reproduce the problem?
%clear
The system cannot find the path specified.
Versions
Dependencies
The text was updated successfully, but these errors were encountered: