Home > Software design >  Obtaining localhost URL of Python Kernel for Jupyter Notebook Interactive Window in VS Code
Obtaining localhost URL of Python Kernel for Jupyter Notebook Interactive Window in VS Code

Time:09-06

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 enter image description here

I appreciate it is possible to downgrade VS Code. However, I would like to learn how trigger the message manually.

There is also an enter image description here

  • Related