https://catalogartifact.azureedge.net/publicartifacts/athinfosystems1641442221349.jupterlabb-0c4b53bb-5422-4fc8-895b-16fee05bfb2a/image2_Jupyterlab.png

JupyterLab

作者 ATH Infosystems

(1 評分)

Version 4.5.6 + Free Support on Ubuntu 24.04

JupyterLab is an open-source, web-based interactive development environment (IDE) for data science, machine learning, and scientific computing. It provides a flexible workspace for writing code, running notebooks, exploring data, and developing applications.

Features of JupyterLab:

  • Modern and flexible interface for working with notebooks, terminals, files, and text editors.
  • Support for multiple programming languages via Jupyter kernels.
  • Interactive visualizations and extensions for custom workflows.
  • Runs in the browser and can be accessed remotely on servers or cloud environments.

Jupyter Lab Usage:

# Switch to root user
$ sudo su
$ sudo apt update
$ source /opt/jupyterlab_env/bin/activate
$ Check version: jupyter lab --version
 
# Start jupyterLab:
$ jupyter lab --allow-root --no-browser --ip=0.0.0.0 --port=8888
 
# Access JupyterLab with the generated token in your browser:
$ http://your-server-ip:8888/lab?token=your_generated_token_here
 
  

Disclaimer: JupyterLab is provided "as is," without any warranty, express or implied. It is an open-source project maintained by the Jupyter community and is not affiliated with, endorsed by, or sponsored by any commercial entity. Contributors and maintainers of JupyterLab are not responsible for any issues, data loss, or damages resulting from its use. Users must follow applicable licenses, security practices, and organizational policies while deploying or accessing JupyterLab.