1. Problem:
Unable to run basic !gcloud ...
commands in JupyterLab (.ipynb file). Runs fine in terminal (no '!'), as well as Jupyter Notebook.
2. Attempted: Same user, same Anaconda environment in all three instances. Tried installing Google Cloud again anyway in JupyterLab and it reads the Google Cloud files already exist.
3. Context: Using this file for a couple commands to scoop and delete temp/test tables from a BigQuery dataset intermittently based on keyword.
Ideally, I could keep bash and python files solely within JupyterLab as Notebook will eventually phase out.