Transferring data files using JupyterLab

Transferring data files using JupyterLab

Introduction

This tutorial will demonstrate use of Jupyter Lab for file transfer.  Files can be read/write to the operating system disks or the Denvr Storage platforms using the /data/ filesystem.

Launch Jupyter application

For additional documentation on how to launch an Application please refer to Running your first application.  Select Jupyter Lab, or another of the ML SDKs that includes Jupyter pre-installed:




Open the JupyterLab webpage

Click the 'Application Access' button from the application summary page.  Select the URL to open a new browser window:



The initial login page requires you to enter your JupyterLab secret token:



JupyterLab provides a web drag-and-drop interface to upload files, or use the buttons to upload files from your desktop.


Accessing storage volumes

Storage volumes are automatically available in JupyterLab.
  1. $HOME/personal (archive storage, restricted access to your user only)
  2. $HOME/shared (archive storage, shared for all users in your tenant only
  3. $HOME/scratch (local attached storage)
  4. $HOME/PDV-NAME (high performance persistent volumes)


These volumes are also available if you change to the /data/ directory.



    • Related Articles

    • Transferring data files using SFTP

      Introduction This tutorial will demonstrate use of SFTP (Secure File Transfer Protocol) to transfer files into an application instance. Files can be read/write to the operating system disks or the Denvr Storage platforms using the /data/ filesystem. ...
    • Using two-factor authentication (2FA)

      Denvr Cloud supports two-factor authentication (2FA) using Google Authenticator. 2FA is highly recommended for account security and is managed by the Tenant Administrator. Tenant authorization for 2FA The Tenant Administrator controls if users are ...
    • Connect to GitHub using SSH keys

      As of August 2021, GitHub has removed support for Password Authentication while using HTTPS protocol. It is convenient (and recommended) to access GitHub repos securely using SSH Keys. Generate a public/private RSA key pair Skip to next step if you ...
    • Using reserved nodes

      During application deployment please select your reserved pool from the 'Resource Pool' list. You should typically see one or two resource pool types: on-demand: shared tenancy nodes reserved-{tenant}: dedicated nodes strictly isolated for your ...
    • Running your first application

      This tutorial will use the PyTorch 1.8.2 application which provides a Ubuntu command line and JupyterLab web interface for development. Select application bundle Navigate to 'Applications' then 'Bundles' and select an application to deploy. Name your ...