bigquery-jupyter-plugin

BigQuery JupyterLab Plugin

BSD-3-CLAUSE License

Downloads
105
Stars
2

bigquery_jupyter_plugin

BigQuery JupyterLab Plugin

This extension provides extensions to JupyterLab for working with BigQuery.

Requirements

  • JupyterLab >= 4.0.0

Install

To install the extension, execute:

pip install bigquery_jupyter_plugin

Uninstall

To remove the extension, execute:

pip uninstall bigquery_jupyter_plugin

Troubleshoot

To check if the server extension is enabled:

jupyter server extension list

Contributing

Installing from your local repo/branch

pip install -e ".[test]"

Testing the extension

Server tests

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_plugin

Packaging the extension

See RELEASE