-
Notifications
You must be signed in to change notification settings - Fork 293
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
Pressing enter in both *Select Interpreter to start Jupyter server* and *Specify local or remote Jupyter server for connections* is being ignored #4037
Comments
Ok, this seems to be broken to the ground hurting the overall UX. I found following workaround for others driving by and as a note for myself since getting it up and running is complicated:
After that you can close your local Jupyter instance. |
Hi @205g0, I am not able to reproduce this issue at this time. Could you please provide a gif showing us what is happening? |
We think this is probably a VS Code issue. |
@205g0 when you run into this issue next time, could you please run a troubleshooting command "Developer: Toggle Keyboard Shortcuts Troubleshooting" and then repeat the * Select Interpreter* steps again, and lastly share the log from the outputs panel? This can help us understand which component is hijacking the |
The same issue is happening to me as well. After some trial and error I found out that the extension tries to write Workaround: Open a workspace/folder first If you need any more details, just let me know. |
I had the same issue as well, the problem turned out to be that the OS I was using (Linux Manjaro KDE) did not have Gnome Keyring installed (ofc it doesn't, it's KDE) and that seems to be a required package. |
Thanks for looking into this and apologies for my late reply. I couldn't reproduce my issue anymore. Now, I can directly open the select remote server dialogue, click existing, add my server URI and press enter. Feel free to close this issue, I will observe this and come back with more info if I encounter this problem again. Edit: Just saw @markushi 's post and checked it myself and yes, that was the reason. Now I am using it in a proper workspace and hence it works. When trying to do this with a plain file I get an error which is not clear. So, either this error is fixed or at least the error messege should be clear, something like "workspace needed to setup remote Jupyter" or something. Otherwise people might waste quite some time like I did, get grumpy and miss an awesome feature. Since VS Code's overall Python Interactive UI/workflow is currently one of the best (if not the best), it would be great to iron out this issue because nobody has beefy TPUs on their local machine and setting up a remote machine for the use case DL/ML is the norm I assume. |
Moving this back to new triage category as info has been provided. We missed the new comments here as it was mistakenly assumed to be a general VS Code input issue on our side. Sorry about the issue here, but a fix might be a bit slow coming as most of the team is out over the holidays. |
Validated. For 'Select Interpreter to start Jupyter server' and 'Specify local or remote server for connections', hitting enter with a quickpick item selected results in that selection being taken and advancing to the next step in the multistep quickpick. |
yep I made it by changing but idw how it works |
Environment data
VS Code version: 1.5.1.1
Jupyter Extension version (available under the Extensions sidebar): v2020.11.372831992
Python Extension version (available under the Extensions sidebar): v2020.11.371526539
OS (Windows | Mac | Linux distro) and version: Windows 2004
Python and/or Anaconda version: 3.8.3
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): XXX
Jupyter server running: N/A
Expected behaviour
Pressing enter in both Select Interpreter to start Jupyter server and Specify local or remote Jupyter server for connections takes my remote URI.
Actual behaviour
Pressing enter in both Select Interpreter to start Jupyter server and Specify local or remote Jupyter server for connections is being ignored and the input box stays open.
Steps to reproduce:
Open Command Palette search for commands above, enter some URI and try to press enter.
Logs
No output in output panel.
The text was updated successfully, but these errors were encountered: