Install Extensions into JupyterLab | Teradata Vantage Modules for Jupyter - Installing the Extensions into JupyterLab with PIP - Teradata Vantage Modules for Jupyter

Teradata Vantageā„¢ Modules for Jupyter Installation Guide

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Lake
Product
Teradata Vantage Modules for Jupyter
Release Number
4.0
Published
March 2025
ft:locale
en-US
ft:lastEdition
2025-12-05
dita:mapPath
nuw1535116212598.ditamap
dita:ditavalPath
oqt1542232706976.ditaval
dita:id
nuw1535116212598
Product Category
Teradata Vantage
  1. From a command terminal or window browse to the directory that contains the extensions from the .zip file, and run the following:

    pip install teradata_database_explorer-<version>-py3-none-any.whl

    pip install teradata_resultset_renderer-<version>-py3-none-any.whl

    pip install teradata_sqlhighlighter-<version>-py3-none-any.whl

    pip install teradata_connection_manager-<version>-py3-none-any.whl

    pip install teradata_preferences-<version>-py3-none-any.whl

  2. Verify that the extensions were installed in JupyterLab: jupyter labextension list or can also run 'pip list'.
    If PIP installation fails on Windows with the error message No such file or directory, enable the long path support in Windows. Refer to the Windows user guide for details.