Prepare for Manual Installation | Teradata Vantage Modules for Jupyter - Preparing for Manual Installation into JupyterLab - Teradata Vantage Modules for Jupyter

Teradata Vantageā„¢ Modules for Jupyter Installation Guide

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Vantage Modules for Jupyter
Release Number
3.5
Published
September 2024
Language
English (United States)
Last Update
2024-09-13
dita:mapPath
nuw1535116212598.ditamap
dita:ditavalPath
ft:empty
dita:id
nuw1535116212598
Product Category
Teradata Vantage
  1. If you do not already have JupyterLab installed on your desktop:
    1. Follow the instructions in the JupyterLab documentation to install the supported version of JupyterLab from https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html.

      Be sure your PATH is set correctly depending on the mechanism you choose to install JupyterLab.

    2. Install the Node.js and npm packages from https://www.npmjs.com/get-npm.
  2. If JupyterLab is already installed on your desktop:
    1. From an appropriate command window verify that you have the supported versions of the following products installed:
      See Upgrading Kernel and Extensions to upgrade from a previously installed release.
      Product Supported Version
      JupyterLab 3.0 to 3.6
      Node v12.0 or later
      npm 6.9.0 or later
    Prompt Window Command
    Command terminal on macOS
    • Verify the version of JupyterLab:

      jupyter lab --version

    • Verify the version of npm and node.js:

      npm --version

      node --version

    Command window on Windows
    • Verify the version of JupyterLab:

      jupyter lab --version

    • Verify the version of npm and node.js:

      npm --version

      node --version

    Command terminal on Linux
    • Verify the version of JupyterLab:

      jupyter lab --version

    • Verify the version of npm and node.js:

      npm --version

      node --version