question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't enter the url of a local jupyter server

See original GitHub issue

Environment data

  • VS Code version: 1.50.1
  • Extension version (available under the Extensions sidebar): v2020.10.332292344
  • OS and version: OSX 10.14.6
  • Python version (& distribution if applicable, e.g. Anaconda): Anaconda (python 3.7.4)
  • Type of virtual environment used (N/A | venv | virtualenv | conda | …): conda
  • Relevant/affected Python packages and their versions: XXX
  • Relevant/affected Python-related VS Code extensions and their versions: XXX
  • Value of the python.languageServer setting: Microsoft

[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (python.languageServer: 'Microsoft'), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]

Expected behaviour

In a jupyter notebook the extension asks me to enter the url of an already running server. The input box should accept the pasted value

Actual behaviour

I can paste this value but nothing happens on Enter. The input box remains open, the pasted url still there and nothing happens. My only option is to hit Esc and close the input.

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
DonJayamannecommented, Nov 4, 2020

Hitting Enter does work for me & I can hit cmd+v as well.

0reactions
DavidKutucommented, Feb 5, 2021

Hey @LeonardoGentile, if you’re still seeing this issue, please let us know on microsoft/vscode #110528

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why I can't access remote Jupyter Notebook server?
When I want to access Jupyter remotely in the same local area network, say open http://192.168.1.111:8045/ , I can't open a Jupyter page...
Read more >
Running a notebook server
This document describes how you can secure a notebook server and how to run it on a public interface.
Read more >
Jupyter seems to connect fine, but I cannot access it in a browser
It's the link that Jupyter says it's running the notebook on. And yes, I've tried myipaddress:8888 with my actual ip address, and ran...
Read more >
How to Install, Run, and Connect to Jupyter Notebook on a ...
Jupyter Notebook is an open-source, interactive web application that ... 20.04 web server and how to connect to it from your local computer....
Read more >
Local runtimes - Google Colab
Connecting to a Jupyter notebook server running on your local machine can ... Enter the URL from the previous step in the dialog...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found