---
title: "Data Science Virtual Machine"
sidebar_label: "Data Science Virtual Machine"
sidebar_position: 3
description: "How to create and launch a cloud server with DSVM via the AI Marketplace"
---

import CreateServer from '@site/i18n/en/docusaurus-plugin-content-docs/current/_partials/ai-marketplace/create-server.mdx'
import DsvmDescription from '@site/i18n/en/docusaurus-plugin-content-docs/current/_partials/ai-marketplace/dsvm.mdx'
import {CustomTable} from '@selectel/docux/components'
import Formbricks from '@theme/MDXComponents/Formbricks'
import CopyIcon from '@selectel/docux/icons/copy'
import MoreVerticalIcon from '@selectel/docux/icons/more-vertical'

# Data Science Virtual Machine

<DsvmDescription />

## Getting started with DSVM \{#getting-started-with-dsvm}

1. [Create a cloud server with DSVM](#create-cloud-server-with-dsvm).

2. [Run JupyterLab](#run-jupyterlab).

### 1. Create a cloud server with DSVM \{#create-cloud-server-with-dsvm}

<CreateServer SourceNameInPanel="Data Science VM (Ubuntu 22.04 LTS 64-bit)" slug="dsvm" />

### 2. Launch JupyterLab \{#run-jupyterlab}

1. Open the page `http://<ip_address>` in your browser.

   Enter `<ip_address>` — the public IP address of the cloud server. You can view it in the [control panel](https://my.selectel.ru/ml/default/ai-marketplace): from the top menu, click **Products** → **AI Marketplace** → server page → **Ports** tab → in the port card, click <CopyIcon /> next to the public IP address.

2. Enter the password — the server UUID. You can copy it in the [control panel](https://my.selectel.ru/ml/default/ai-marketplace): from the top menu, click **Products** → **AI Marketplace** → in the <MoreVerticalIcon /> menu for the server, select **Copy UUID**.

<Formbricks />
