-
Notifications
You must be signed in to change notification settings - Fork 317
how to modify IPython Qt Console.exe work directory #583
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
Comments
in recent winpython, you can do this:
or directly change the variable WINPYWORKDIR in C:\WinPython3\scripts\settings\winpython.ini:
|
I try the two methods, but nothing changed. I use WinPython3.5.4 64bits, in Windows10. Jupyter QtConsole 4.3.0 In [1]: cd |
if you do "!dir" instead of cd, it works. there is something special in the meaning of "cd" in QtConsole? |
"cd ." behaves normally, "cd" doesn't. |
"cd ." work fine. thanks again. |
well, it's ipython "magic" translation that is operating there:
I suppose somewhere in there, "cd" is transformed into "!cd %home%" |
Thanks a lot for the detailed explanation. |
When I open an Jupyter Qt Console ("C:\WinPython3\IPython Qt Console.exe"), work directory defaults to C:\WinPython3\settings.
How can I change this so to another location(e.g "C:\Projects\Py3")?
The text was updated successfully, but these errors were encountered: