You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was raised by @joelcthomas in issue microsoft/vscode-python#3794.
Currently our UI for selecting local server launch or remote launch makes it sound like we are actually going to launch the server right then. But we actually launch it when we next get a "run cell" command. We could used a re-phrase here to make this more clear.
"@IanMatthewHuff I thought after picking "Launch local Jupyter server", I would get a URL for Jupyter with token or so for me to use like (http://localhost:8888/?token=562560...) in a terminal or Output window. Or at least open an empty Python Interactive session. Many times, I just start prototyping from a notebook, so this would be helpful."
The text was updated successfully, but these errors were encountered:
This was raised by @joelcthomas in issue microsoft/vscode-python#3794.
Currently our UI for selecting local server launch or remote launch makes it sound like we are actually going to launch the server right then. But we actually launch it when we next get a "run cell" command. We could used a re-phrase here to make this more clear.
"@IanMatthewHuff I thought after picking "Launch local Jupyter server", I would get a URL for Jupyter with token or so for me to use like (http://localhost:8888/?token=562560...) in a terminal or Output window. Or at least open an empty Python Interactive session. Many times, I just start prototyping from a notebook, so this would be helpful."
The text was updated successfully, but these errors were encountered: