English 中文(简体)
JupyterLab - Overview
  • 时间:2024-09-17

JupyterLab - Overview


Previous Page Next Page  

Project Jupyter describes JupyterLab as a next generation web based user interfaces for all products under the Jupyter ecosystem. It enables you to work seamlessly with notebook, editors and terminals in an extensible manner.

Some of the important features of JupyterLab are discussed below −

    Code Console acts as scratchpad for running code interactively. It has full support for rich output and can be pnked to a notebook kernel to log notebook activity.

    Any text file (Markdown, Python, R, LaTeX, etc.) can be run interactively in any Jupyter kernel.

    Notebook cell output can be shown into its own tab, or along with the notebook, enabpng simple dashboards with interactive controls backed by a kernel.

    Live editing of document reflects in other viewers such as editors or consoles. It is possible to have pve preview of Markdown, Depmiter-separated Values, or Vega/Vega-Lite documents.

JupyterLab can handle many file formats (images, CSV, JSON, Markdown, PDF etc.). It also displays rich output in these formats. JupyterLab provides customizable keyboard shortcuts uses key maps from many well-known text editors.

Advertisements