Issue
I am trying to find a way to manually retrieve local host URL of Python Kernel used by Jupyer Notebook Interactive Window running inside of VS Code (Version: 1.71.0 (Universal) or higher).
This URL used to show automatically when starting an interactive session in VS Code released in February 2022 (e.g.:, Command + Shift + P > Jupyter: Create Interactive Window
). However, this is currently not shown in the recent versions of VS Code.
The following image (retrieved from here) shows how the message looked like (VS Code February) and what do I mean by localhost URL:
I appreciate it is possible to downgrade VS Code. However, I would like to learn how trigger the message manually.
There is also an issue opened related to this which discusses the topic further.
Solution
You can enter jupyter notebook
as command in the terminal:
Answered By - MingJie-MSFT
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.