Chapter 7. Configuring your IDE
You can configure some notebook workbenches to get the most out of your data science work.
7.1. Configuring your code-server workbench
You can use extensions to streamline your workflow, add new languages, themes, debuggers, and connect to additional services.
For more information on code-server, see code-server in GitHub.
The code-server notebook image is currently available in Red Hat OpenShift AI 2.8 as a Technology Preview feature. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
For more information about the support scope of Red Hat Technology Preview features, see Technology Preview Features Support Scope.
7.1.1. Installing extensions with code-server
Prerequisites
- You have logged in to Red Hat OpenShift AI.
-
If you use specialized OpenShift AI groups, you are part of the user group or admin group (for example,
rhoai-users
orrhoai-admins
) in OpenShift. - You have created a data science project that has a code-server workbench.
Procedure
From the OpenShift AI dashboard, click Data Science Projects.
The Data science projects page opens.
Click the name of the project containing the code-server workbench you want to start.
The Details page for the project opens.
Click the toggle in the Status column for the relevant workbench to start a workbench that is not running.
The status of the workbench that you started changes from Stopped to Running.
- After the workbench has started, click Open to open the workbench notebook.
- In the Activity Bar, click the Extensions icon. ( )
- Search for the name of the extension you want to install.
Click Install to add the extension to your code-server environment.
The extension you installed appears in the Browser - Installed list on the Extensions panel.
7.1.1.1. Extensions
See Open VSX Registry for available third-party extensions that you can consider installing.