Zeblok Computational
1.2.4
1.2.4
  • About Zeblok Computational
  • Quick Start
  • Core Concepts
  • Create an Account
    • Individual User
  • Sign In
  • Spawn Ai-WorkStation
  • Spawn MicroService
  • Video Tutorial
  • FAQS
  • Ai-APIᵀᴹ Engine
    • Introduction
    • ZBL Command Line Interface
    • Installing different frameworks
    • Notebooks
    • Build Models
    • Deploy
  • DATA AND METRICS
    • DataLake
      • Tutorials
      • Datasets
    • Monitoring
      • Resource level monitoring
  • MARKETPLACE
    • Intelligence Marketplace
  • MORE
    • Manage Account
      • Forgot Password
      • 2 Factor Authentication
    • IAM
      • Roles
      • Usergroup
      • Menu
      • Resources
    • Admin Guide
      • Menu
      • Dashboard
      • WorkStations
      • IAM (Identity Access Management)
      • Organizations
      • Plans
      • NameSpaces
      • DataCenters
      • MicroServices
    • Customised Workstations
    • Resource Manager
  • RELEASES
    • Release notes
    • Known Issues
    • Common Errors
  • AWS Marketplace
    • AWS Basic Launcher Edition
    • AWS Enterprise Launcher Edition
      • Certified Hardware
      • Launcher installation
  • Support
    • Support Emails
Powered by GitBook
On this page

Was this helpful?

  1. Ai-APIᵀᴹ Engine

ZBL Command Line Interface

PreviousIntroductionNextInstalling different frameworks

Last updated 1 year ago

Was this helpful?

Install and Configure ZBL-cli in Jupyter notebook

Spawn a and open it in the browser

Open the Terminal and perform the below procedures that are mentioned:

Install ZBL dependencies using the below NPM command

npm i -g zbl-cli

Configure the command line interface with Zeblok account

zeblok configure <platformUrl> <datalake url> <datalakeSecret> <username>

Platform URL: Please refer to the image attached

Datalake URL: Please contact the Zeblok Admin for this information.

Datalake Secret: Select the Kebab menu and go to the "Manage your Zeblok Account", then Click on the "Get Secret Key" Button and you can copy the alpha-numerical key under the "Ai-DataLake Secret Key"

Username: You can copy your user name from the same page you got your Datalake Secret from, Please follow the below picture

Authentication of the Microcloud with the CLI

zeblok auth

You can get both the credentials from the "Manage you Zeblok Account" option. Click on the "Get API Credential" button to reveal both the keys and the you can copy paste there from there.

After you have entered both the keys into the CLI after then you can easily use the CLI to Build you own Models or to serve pre installed models using the Zeblok command line.

Run the below command to check if the ZBL-CLI working

zeblok

Jupyterlab notebook
Once you enter the above command the cli will prompt for Access Key and Secret Key