-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
How to change terminal inside JupyterLab on Windows? #309
Comments
I found this potential work-around for the time-being, which mentions setting a |
If you have a different shell installed you should be able to use it by customising the Examples of valid arguments:
This requires an up-to-date jupyter-server including jupyter-server/jupyter_server#949 (so v2.0+) - if you are using a custom environment it may not work |
I wonder if anyone know the fix for this for JupyterLab Desktop? |
@haesleinhuepf @yuliaUU did you try the suggestion from @krassowski above? setting the addtional launch args as |
@mbektas I am not sure where I should add it to in Jupyter Lab Desktop app |
@yuliaUU @haesleinhuepf please see Configuring JupyterLab Server launch > Server Launch Arguments section of the user guide. |
@krassowski thanks, that worked |
resolved |
Description
Hi all,
I'm rather new to Jupyter lab, locally installed as Desktop app. The terminal is typically quite powerful, but not here. First of all I'm wondering how to change the "default" cmd (which is powershell on my Windows) to a normal CMD. Furthermore, its PATH is obvidoulsy not configured. The user can't execute python from the terminal (and one cannot read
python
, because its orange):Reproduce
You will see the error above. Btw, also
pip install fails
Expected behavior
I'm expcting it runs python.
Context
Troubleshoot Output
Browser Output
There is no such menu:

The text was updated successfully, but these errors were encountered: