Apolo
HomeConsoleGitHub
  • Apolo concepts
  • CLI Reference
  • Examples/Use Cases
  • Flow CLI
  • Actions Reference
  • Apolo Extras CLI
  • Python SDK
  • Getting started
    • Introduction
    • First Steps
      • Getting Started
      • Training Your First Model
      • Running Your Code
    • Apolo Base Docker image
    • FAQ
    • Troubleshooting
    • References
  • Apolo Console
    • Getting started
      • Sign Up, Login
      • Organizations
      • Clusters
      • Projects
    • Apps
      • Pre-installed apps
        • Files
        • Buckets
        • Disks
        • Images
        • Secrets
        • Jobs
          • Remote Debugging with PyCharm Professional
          • Remote Debugging with VS Code
        • Flows
      • Available apps
        • Terminal
        • LLM Inference
          • vLLM Inference details
          • Multi-GPU Benchmarks Report
        • PostgreSQL
        • Text Embeddings Inference
        • Jupyter Notebook
        • Jupyter Lab
        • VS Code
        • PyCharm Community Edition
        • ML Flow
        • Apolo Deploy
        • Dify
        • Weaviate
        • Fooocus
        • Stable Diffusion
  • Apolo CLI
    • Installing CLI
    • Apps
      • Files
      • Jobs
      • Images
  • Administration
    • Cluster Management
      • Creating a Cluster
      • Managing Users and Quotas
      • Managing organizations
      • Creating Node Pools
      • Managing Presets
Powered by GitBook
On this page
  • Installing Jupyter Notebook
  • Managing Jupyter Notebook
  • Automatic Shutdown

Was this helpful?

  1. Apolo Console
  2. Apps
  3. Available apps

Jupyter Notebook

PreviousText Embeddings InferenceNextJupyter Lab

Last updated 1 month ago

Was this helpful?

The Jupyter Notebook application in Apolo Console provides an interactive environment for writing, running, and sharing code in multiple programming languages. It enables users to create dynamic documents that include live code, equations, visualizations, and narrative text, making it a powerful tool for data science, research, and software development.

Installing Jupyter Notebook

  1. In the Apps section, click on Jupyter Notebook to proceed with installation.

  2. Configure Resources:

  • Select a Preset that defines the allocated compute resources (CPU, memory, GPU).

  • Enter a unique App Name to identify your instance of Jupyter Notebook.

  1. Click the Install App button to deploy Jupyter Notebook in your project.

Managing Jupyter Notebook

Once installed, the Jupyter Notebook instance can be accessed through the Apolo Console. Navigate to the Apps section to view and manage running instances. Further details about the Jupyter Notebook setup and usage also are available in the README.ipynb file within the notebook environment.

Automatic Shutdown

The installed instance is automatically shut down after 2 hours of inactivity (if no one interacts with it and there are no running cells). To keep the instance running, ensure that code execution is active and that the session remains interactive.

Jupyter Notebook installation
Jupyter instances