Connect to a notebook instance

Connect to a notebook instance

Greennode AI Platform offers three methods to connect to notebook instances:

  1. Code Editor: Directly access and edit code within the platform's web-based code editor.
  2. TCP Port: Connect to the notebook instance using a specified TCP port.
  3. SSH: Connect to the notebook instance using Secure Shell (SSH), providing a more secure and flexible connection method.

Connecting via SSH

To connect to a notebook instance using SSH, you'll need to provide a public key during the instance creation process. The public key acts as a digital certificate, allowing you to authenticate and access the instance securely.

Steps to Connect via SSH:

  1. Generate a Public/Private Key Pair

  2. Add Public Key to Notebook Instance:

    • When creating the notebook instance, provide the contents of your public key in the designated field.
  3. Connect Using SSH:

    • Open the client of your choice, for example WSL on WindowsTernimal on Mac or Shell on Linux
    • Ensure you have read-only access to the private key.

By following these steps and understanding the benefits of SSH, you can establish a secure and flexible connection to your notebook instances and effectively leverage their capabilities.


    • Related Articles

    • Manage a notebook instance

      Notebook instances provide you with a dedicated environment to develop and experiment with your AI models. After creating a notebook instance, follow these steps to seamlessly manage your instances: Step 1: Accessing Notebook Instances Dashboard: ...
    • Install a Notebook Instance

      This guide will assist you in creating a notebook instance on the Greennode AI Platform for your data science and machine learning projects, where data scientists and engineers can write, execute, and iterate on code. It usually includes features for ...
    • Connect a Git repository to your notebook

      Working with Git repositories in the context of the Greennode AI Platform offers several benefits such as version control, collaboration, branching and merging, code review, traceability and auditing. Follow the guidance below to learn more about how ...
    • Create a notebook instance with custom container

      Custom images allow you to create a notebook environment that is precisely tailored to your specific needs. You can pre-install specific libraries, frameworks, or tools that are not included in the standard application-supported images. This saves ...
    • Create a notebook instance with pre-built container

      A pre-built notebook instance is a managed environment where you can easily run Jupyter notebooks with access to Greennode AI resources. These instances are pre-configured with the computational resources you choose and can be used for data analysis, ...