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

Product
Teradata Vantage Modules for Jupyter
Release Number
3.4
Published
October 2022
Language
English (United States)
Last Update
2022-10-27
dita:mapPath
nuw1535116212598.ditamap
dita:ditavalPath
ft:empty
dita:id
B700-4010
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 or later
      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