How can I list all existing workspaces in JupyterLab?
I know that one can view the current workspace name in the URL:
You start with a default Workspace: http://localhost:8888/lab. To create a new Workspace (or access the existing one) simply add to the URL: /workspaces/blog. With this, you would access (or create) a blog Workspace. A full URL is http://localhost:8888/lab/workspaces/blog.
JupyterLab User Settings Directory The user settings directory contains the user-level settings for Jupyter extensions. By default, the location is $HOME/. jupyter/lab/user-settings/ , where $HOME is the user's home directory.
Jupyter Workspaces in Domo is a web-based interactive development environment for Jupyter notebooks, code, and data.
I think you could try
ls ~/.jupyter/lab/workspaces
Each time u create a new workspace, there will be a corresponding file generated here. More detailed docs are here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With