# Environmental Preset

**Environment preset** means providing an IDE environment and library to start data analysis and artificial intelligence algorithm model development. Environment presets are separated by CPU / GPU. Choose the environment preset you want to use for your project and use it!

![Yennefer는 프로젝트에 필요한 컨테이너를 제공합니다.](/files/ClyYDTHBDHfgStFcdNgN)

## CPU Environment Preset

### 1. Data Analysis

A CPU-only environment preset with Python 3.8, 2.7, and R kernels. Additionally, we provide an environment for machine learning frameworks such as Python 3.8 version Pytorch, and tensorflow2.

### 2. RStudio R 3.6

It provides a stable version of R, R3.6, and provides a variety of visualization and data processing packages, including ggplot2, and dplyr.

### 3. RStudio R 4.2

It provides the latest version of R, R 4.2, and offers a variety of visualization and data processing packages, including ggplot2, and dplyr.

### 4. Jupyter RTC (Beta)

A CPU-only environment preset with a Python 3.8 kernel. Collaborate with two or more users in real time, including real-time collaboration (RTC) capabilities in Jupyterlab. *<mark style="color:blue;">CAUTION: This is an experimental feature that may cause data changes, so be sure to back up your data when using this feature.</mark>*

### 5. MATLAB

A CPU-only container containing MATLAB, a programming and numerical analysis platform used for data analysis, algorithm development, and model generation. You can perform simple tasks using the CPU.

### 6. SSH

The SSH environment preset enables remote access to projects. Users can access SSH through terminals such as (XShell, PuTTY, SSH Client, etc.) to conduct research from an external IDE to the desired environment

## GPU Environment Preset

### 1. ML/DL Environment

Environment preset with Python 3.8 and 2.7 Kernels. Additionally, we provide an environment for machine learning frameworks such as Python 3.8 version Pytorch, and tensorflow2. Pre-installed CUDA and CuDNN libraries with GPU availability are ideal for professional research.

### 2. MATLAB Deep Learning

An environment preset that includes MATLAB, a programming and numerical analysis platform used for data analysis, algorithm development, and model generation. Toolboxes for GPU are used and deep learning is installed for professional work.

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mondrian.gitbook.io/yennefer-cluster/eng-c1.6.1/studio/main-features/environmental-preset.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
