Switch between Workspaces
Switch between your MarkovML workspace
MarkovML Workspace
In MarkovML, all projects, experiments, evaluations, and datasets are contained within a workspace. This workspace serves as the environment where all activities take place. For users on the enterprise plan with hybrid deployment, there are two workspaces available: the default enterprise workspace and your personal workspace.
You can easily switch between these workspaces using both the user interface (UI) and the SDK. This ensures seamless navigation and management of resources based on your specific needs and organizational structure.
Switch Between Workspace
Switch Workspaces using CLI
In case you are part of multiple workspaces, use the below steps to switch between your MarkovML workspaces.
- Initialize Markov SDk
markov init
- Run the below command to switch between your MarkovML workspace.
markov switch
You will see a list of workspaces assigned to you. Use your keyboard (↑ and ↓) to choose the workspace you want to work on.
Switch Workspaces using UI
Click on your workspace name (like Shaistha's workspace in the image below) at the top-right corner, and from the drop-down menu, select Switch Workspace.
Updated 23 days ago