tencent cloud

Elastic MapReduce

  • Release Notes and Announcements
  • Product Introduction
  • Purchase Guide
    • EMR on CVM Billing Instructions
    • EMR on TKE Billing Instructions
    • EMR Serverless HBase Billing Instructions
    • EMR Serverless TCBase Billing Overview
  • Getting Started
  • EMR on CVM Operation Guide
    • Planning Cluster
    • Administrative rights
    • Configuring Cluster
    • Managing Cluster
    • Managing Service
    • Monitoring and Alarms
    • TCInsight
  • EMR on TKE Operation Guide
  • EMR Serverless HBase Operation Guide
  • EMR Serverless TCBase Operation Guide
  • EMR Development Guide
    • Hadoop Development Guide
    • Spark Development Guide
    • Hbase Development Guide
    • Phoenix on Hbase Development Guide
    • Hive Development Guide
    • Presto Development Guide
    • Sqoop Development Guide
    • Hue Development Guide
    • Oozie Development Guide
    • Flume Development Guide
    • Kerberos Development Guide
    • Knox Development Guide
    • Alluxio Development Guide
    • Kylin Development Guide
    • Livy Development Guide
    • Kyuubi Development Guide
    • Zeppelin Development Guide
    • Hudi Development Guide
    • Superset Development Guide
    • Impala Development Guide
    • Druid Development Guide
    • TensorFlow Development Guide
    • Kudu Development Guide
    • Ranger Development Guide
    • Kafka Development Guide
    • StarRocks Development Guide
    • Flink Development Guide
    • JupyterLab Development Guide
    • MLflow Development Guide
  • Practical Tutorial
    • Practice of EMR on CVM Ops
    • Data Migration
    • Practical Tutorial on Custom Scaling
  • API Documentation
    • History
    • Introduction
    • API Category
    • Making API Requests
    • Cluster Resource Management APIs
    • Cluster Services APIs
    • User Management APIs
    • Information Query APIs
    • Scaling APIs
    • Configuration APIs
    • Other APIs
    • Cluster Lifecycle APIs
    • Serverless HBase APIs
    • YARN Resource Scheduling APIs
    • Data Types
    • Error Codes
  • FAQs
    • EMR on CVM
  • Service Level Agreement
  • Contact Us

JupyterLab Development Guide

Download
Focus Mode
Font Size
Last updated: 2025-08-21 16:51:11
JupyterLab is a highly extensible and interactive development environment under the Jupyter project, with rich features available, supporting notebook, code and data writing. The flexible interface allows you to configure and arrange workflows in data science, scientific computing, computational journalism and machine learning. The modularized design allows expansion to extend and enrich functions. This article briefly introduces how to use JupyterLab on EMR with an example. For detailed operation instructions, see JupyterLab Official Website Documentation.

Prerequisites

A machine learning cluster of EMR on TKE has been created and JupyterLab and Eg services are selected. For details, see Creating a Cluster.

Access the JupyterLab WebUI

1. You can enable public network access on the Edit Deployment page of the JUPYTERLAB service when purchasing a cluster, or after purchasing the cluster. Enter the cluster console Cluster Service, select JUPYTERLAB service, and click Enable Network Access in Role Management.
2. After enabling network access, click View WebUI in the upper right corner to open the JupyterLab WebUI (the security group needs to enable port 8888).

Usage Example

Log in to the JupyterLab Web page, select a notebook, console, text, or others in the workspace as needed. Take notebook as an example.



Select the kernel you want to use and start code writing.

Cell Toolbar

Each cell has a toolbar for quick access to common features. If you want to disable a cell toolbar, open the settings editor, select the cell toolbar in the left panel, and then deselect "Show Cell Toolbar".
Administrator can turn off the cell toolbar by running the following command:
jupyter labextension disable @jupyterlab/cell-toolbar-extension
Administrator can reopen the cell toolbar by running the following command:
jupyter labextension enable @jupyterlab/cell-toolbar-extension





Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback