- 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
- 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.