vscode-jupyter icon indicating copy to clipboard operation
vscode-jupyter copied to clipboard

Name for Interactive #1

Open Victsz opened this issue 4 years ago • 3 comments

It would be clear if I can name the tab image

Victsz avatar Jan 13 '21 08:01 Victsz

Thanks for the suggestion.

If you use a # %% comment to start the interactive window, it will name it automatically like so:

image

If that doesn't work, how would you like to name it?

I can think of two ways that would be possible:

  1. A command that allows you to rename it. It brings up a quick pick like so: image

  2. A default name for all interactive windows you set in the settings.json

"jupyter.interactiveWindow.prefix": "Interactive "
```


rchiodo avatar Jan 13 '21 17:01 rchiodo

Option 1 would be nice

Yes, I`m using # %% in a named file, but it starts as Interactive #1. Is it because I enable multiple interactive window? image

Victsz avatar Jan 14 '21 02:01 Victsz

Yes sorry didn't remember that 'perFile' is required for it to name the interactive window with the file name.

rchiodo avatar Jan 14 '21 17:01 rchiodo

closing for lack of votes

amunger avatar Dec 06 '22 17:12 amunger