vscode-jupyter
vscode-jupyter copied to clipboard
Name for Interactive #1
It would be clear if I can name the tab
Thanks for the suggestion.
If you use a # %%
comment to start the interactive window, it will name it automatically like so:
If that doesn't work, how would you like to name it?
I can think of two ways that would be possible:
-
A command that allows you to rename it. It brings up a quick pick like so:
-
A default name for all interactive windows you set in the settings.json
"jupyter.interactiveWindow.prefix": "Interactive "
```
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?
Yes sorry didn't remember that 'perFile' is required for it to name the interactive window with the file name.
closing for lack of votes