Slackbot
05/16/2022, 1:09 PMEduardo
analysis
env is finding your profile_default
and then trying to load the extensions. I can think of a couple options:
1. disable the extensions globally
2. disable them locally (not sure how to do this but perhaps you can create a jupyter/.ipython/profile_default
that is local to the analysis conda env
3. install the sql extensions (and any others) in the conda env
thoughts?Amardeep Singh
05/16/2022, 2:43 PMEduardo
Amardeep Singh
05/16/2022, 5:11 PMEduardo
Amardeep Singh
05/16/2022, 5:17 PM❯ pip show beatrix-jupyterlab
Name: beatrix-jupyterlab
Version: 3.1.7
Summary: Beatrix Notebooks extension package
Home-page: <http://go/notebooks-frontend>
Author: Vertex AI Notebooks FE Team
Author-email: <mailto:cloud-ai-frontend-notebooks@google.com|cloud-ai-frontend-notebooks@google.com>
License: Apache License 2.0
Location: /opt/conda/lib/python3.7/site-packages
Requires: google-auth, google-cloud-bigquery, google-cloud-bigquery-storage, google-cloud-storage, jinja2, jupyter-server, jupyterlab, matplotlib, pandas, pexpect, psutil, pyarrow, pyjwt, requests, tqdm
Required-by:
Eduardo