Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2.18 KB

working-in-your-data-science-ide.adoc

File metadata and controls

52 lines (32 loc) · 2.18 KB
layout title permalink custom_css
docs
Working in your data science IDE
/docs/working-in-your-data-science-ide
asciidoc.css

Working in your data science IDE

In {productname-long}, when you create a workbench, you select a workbench image that includes an IDE (integrated development environment) for developing your machine learning models.

{productname-short} supports the following data science IDEs for developing ML models:

  • JupyterLab

  • code-server

Working in JupyterLab

JupyterLab is a web-based interactive development environment for Jupyter notebooks, code, and data. You can configure and arrange workflows in data science and machine learning. JupyterLab is an open source web application that supports over 40 programming languages, including Python and R.

Working in code-server

Code-server is a web-based interactive development environment supporting multiple programming languages, including Python, for working with Jupyter notebooks. With the code-server workbench image, you can customize your workbench environment to meet your needs using a variety of extensions to add new languages, themes, debuggers, and connect to additional services. For more information, see code-server in GitHub.

Note
Elyra-based pipelines are not available with the code-server workbench image.