BigQuery JupyterLab Plugin
This extension provides extensions to JupyterLab for working with BigQuery.
- JupyterLab >= 4.0.0
To install the extension, execute:
pip install bigquery_jupyter_pluginTo remove the extension, execute:
pip uninstall bigquery_jupyter_pluginTo check if the server extension is enabled:
jupyter server extension listpip install -e ".[test]"This extension is using Pytest for Python code testing.
Install test dependencies (needed only once):
pip install -e ".[test]"To execute them, run:
pytest -vv -r ap --cov bigquery_jupyter_pluginSee RELEASE