Hello!
I like a lot the Active Command Palette functionality for a lot of ways to perform general actions in JLab, I was wondering is there a way to navigate among tabs or files in the workspace via the active command palette?
Something similar to Telescope in neovim or Ctrl+P in VSCode
Thank you!
1 Like
In JupyterLab 4.2+ you can press Ctrl + Alt + A to open Tabs and Running Sessions modal:
For reference: JupyterLab Changelog — JupyterLab 4.3.0 documentation
There is also a jupyterlab-quickopen
extension which additionally allows to open any file from a modal dialog: GitHub - jupyterlab-contrib/jupyterlab-quickopen: Quickly open a file in JupyterLab by typing part of its name
1 Like