Upgrade Kernel and Extensions | Teradata Vantage Modules for Jupyter - Upgrading Kernel and Extensions - 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. Shut down any running instances of JupyterLab.
  2. Remove the previous version of the Teradata SQL kernel and extensions.
  3. Upgrade to the supported version of JupyterLab.

    The command to upgrade JupyterLab depends on the packaging tool used to install JupyterLab.

    Uninstall the previous JupyterLab version and then install the new version. There are a number of additional Jupyter packages that must be manually uninstalled before installing the new version of JupyterLab. Depending on your packaging tool, list all packages starting with "jupyter" and manually remove these packages before installing the new JupyterLab version.
  4. Follow the instructions for installing a new version of Teradata SQL Kernel and Extensions.
    For macOS, you must remove the quarantine attribute that macOS automatically applies to downloaded files, using one of the following commands:
    • If you have not unzipped the file, before unzipping, run this command on the file:

      xattr -d com.apple.quarantine teradatasqlmacos_<version>.zip

    • If you have already unzipped the file, run this command on the directory:

      xattr -dr com.apple.quarantine <directory name>

    Make sure you update PATH to include the location of the new SQL kernel.

    You can run teradatakernel --version from a command window to check this.