Uninstall SQL Kernel and Extensions | Teradata Vantage Modules for Jupyter - Uninstalling the Teradata SQL 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
Run the following commands to uninstall kernel and Extensions:
  1. To uninstall the kernel, type jupyter kernelspec uninstall teradatasql in a command terminal or window.
  2. To uninstall the extensions:
    1. If the extensions were installed from source, type the following in a command terminal or windows:

      jupyter labextension uninstall teradata_database_explorer

      jupyter labextension uninstall teradata_resultset_renderer

      jupyter labextension uninstall teradata_sqlhighlighter

      jupyter labextension uninstall teradata_connection_manager

      jupyter labextension uninstall teradata_preferences

    2. If the extensions were installed with PIP, type the following in a command terminal or windows:

      pip uninstall teradata_database_explorer_prebuilt

      pip uninstall teradata_resultset_renderer_prebuilt

      pip uninstall teradata_sqlhighlighter_prebuilt

      pip uninstall teradata_connection_manager_prebuilt

      pip uninstall teradata_preferences_prebuilt