-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Activating to run Jupyter failed #11862
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
Thanks for your feedback @opoloko. You should be able to see the developer tools on |
@opoloko, sorry for your trouble. (Not a data-science specific problem) |
Hey @opoloko
Also, please paste the output panel and developers tools logs mentioned in the issue template. |
We used
This seems to be an issue with node itself. nodejs/node#2333 (not sure why this was closed) Please try executing the command with |
Closing as no further info was provided. |
The error message "stdin: is not a tty" does not originate from conda. It originates from bash, or rather more specifically, from a common (and, arguably, broken) bash setup that tries to run But anyway, the message is actually a warning. The problem is that it's printed to stderr, and it looks like the code that's invoking |
@int19h I see 👍 |
Bug: Notebook Editor, Interactive Window, Editor cells
Steps to cause the bug to occur
Actual behavior
Jupyter server disconnected/not started
Expected behavior
Jupyter server started and ready (as it happens on my local VSC)
Your Jupyter and/or Python environment
Please provide as much info as you readily know
Remote code-server (latest version), on Linux Centos7, Python3 installed and working 3.6.8, conda installed, Jupyter Notebook server installed on same machine and working.
Developer Tools Console Output
Cannot activate it, but I get the error from Python extension saying:
Activating Python 3.6.8 64-bit to run Jupyter failed with Error: StdErr from ShellExec, stdin: is not a tty for . /usr/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /var/lib/code-server2/extensions/ms-python.python-2020.5.78807/pythonFiles/pyvsc-run-isolated.py /var/lib/code-server2/extensions/ms-python.python-2020.5.78807/pythonFiles/printEnvVariables.py
If I run the command manually in a VSC terminal it works (from /usr/bin/activate up all the way to Variables.py).
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
The text was updated successfully, but these errors were encountered: