Title: How to Add Environment, Jobs, and Tasks Panel in JupyterLab?
Body: I am currently using JupyterLab installed via Anaconda on Windows 10. I noticed that some JupyterLab setups have a panel on the right side of the interface that displays tabs like “Environments,” “Jobs,” “Tasks,” and other features for managing kernels, devices, or metadata.
My current JupyterLab setup only shows basic options like “Interrupt Kernel” and “Restart Kernel” in the kernel dropdown. I would like to add the functionality to manage environments, tasks, and jobs directly from the right panel in JupyterLab.
Details of My Setup: Operating System: Windows 10 Installation Method: Anaconda Current Behavior: Only basic kernel options are visible, no environment or task panels.
What I’ve Tried: Checked the Anaconda documentation for managing JupyterLab features. Installed JupyterLab extensions like @jupyterlab/extensionmanager, but still can’t find the desired options. Question: How can I enable or add this kind of functionality (e.g., Environment and Jobs panels) in JupyterLab using my Anaconda setup? Are there specific extensions, plugins, or configurations required?