-
Notifications
You must be signed in to change notification settings - Fork 315
change workdir in winpython.ini #986
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
hum, it's about going to the directory of a file if you dump a file over the icon. see in env_for_icons.bat
if it doesn't fit you, you can keep using "%WINPYWORKDIR%" |
I use E:\Github\WPy64-3940\Jupyter Notebook.exe , and change settings/winpython.ini , but failed launching from other directory, is it not the right way to work in other directory? |
was the problem solved ? |
.settings/winpython.ini
WINPYWORKDIR
.scripts/winipython_notebook.bat
@echo off
call "%~dp0env_for_icons.bat" %*
cd/D "%WINPYWORKDIR1%"
"%WINPYDIR%\scripts\jupyter-notebook.exe" %*
cd/D "%WINPYWORKDIR1%" should be "%WINPYWORKDIR%", rignt ?
Winpython64-3.9.2.0 and Winpython64-3.9.4.0
The text was updated successfully, but these errors were encountered: