google-cloud-jupyter-config
Jupyter configuration utilities using gcloud
What it is and what it does
This package bridges Jupyter and the Google Cloud SDK by reading gcloud configuration (project, region, and other settings) and injecting them into your Jupyter environment at startup. It provides Python classes and utility methods that you add to your Jupyter config file to automatically populate connection details and kernel gateway URLs managed by Google.
The package is designed for developers working with Google Cloud who want their Jupyter notebooks to inherit gcloud authentication and project settings without manual configuration. It depends on cachetools, jupyter_server, and traitlets—all standard components of modern Jupyter deployments. Setup requires gcloud to be installed and authenticated separately, and the kernel gateway feature requires jupyter_server version 2.4.0 or later.
Use it for:
- Automatically populate Google Cloud project and region in Jupyter notebooks without hardcoding them.
- Connect Jupyter notebooks to kernel gateways managed by Google Cloud without manual URL configuration.
- Share Jupyter environments across a team where gcloud authentication is already configured.
- Reduce setup friction when deploying Jupyter on Google Cloud by inheriting gcloud credentials.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Configures Jupyter notebooks and lab environments using settings from the Google Cloud SDK's gcloud tool, allowing you to automatically populate project, region, and kernel gateway connection details.
Yes, if you use Jupyter with Google Cloud and want to reduce configuration boilerplate. The package is actively maintained, has no known vulnerabilities, and integrates cleanly with standard Jupyter workflows. Install only if you have gcloud already installed and authenticated; it adds no value in environments that don't use Google Cloud.
Install
google-cloud-jupyter-config on PyPI
pip
pip install google-cloud-jupyter-configuv
uv add google-cloud-jupyter-configpoetry
poetry add google-cloud-jupyter-configInstalling google-cloud-jupyter-config
Before you install
Low friction install with three lightweight runtime dependencies. Package is actively maintained with a recent release and no known vulnerabilities.
License in practice
Apache License 2.0 is permissive, allowing use in commercial and proprietary projects with minimal restrictions.
Quickstart
pip install google-cloud-jupyter-config
# In ~/.jupyter/jupyter_lab_config.py:
import google.cloud.jupyter_config
google.cloud.jupyter_config.configure_gateway_client(c)
Requires gcloud CLI installed and authenticated (gcloud auth login), plus jupyter_server >= 2.4.0 for kernel gateway features.
Verify before relying
- Whether the package works with Jupyter versions that do not use jupyter_server.
- Scope and limitations of configuration options accessible through gcloud integration.
Package facts
| License | Apache License 2.0 (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — cachetools, jupyter_server, traitlets |
| Maintenance | actively maintained — 86 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 743,246/month — #5,178 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: google_cloud_jupyter_config-0.0.13-py2.py3-none-any.whl
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
jupyterJupyter is a metapackage that installs the core…
permissive · top 5,000 on PyPI
jupyter-kernel-gatewayJupyter Kernel Gateway is a web server that…
permissive · top 5,000 on PyPI
gcloudProvides Python client libraries for Google…
permissive · top 15,000 on PyPI
jupyter-serverJupyter Server provides the backend services,…
permissive · top 1,000 on PyPI
jupyterlabJupyterLab is an extensible web-based…
permissive · top 1,000 on PyPI
google-cloud-notebooksProvides a Python client to manage notebook…
permissive · top 15,000 on PyPI
ipykernelProvides the IPython kernel backend that powers…
permissive · top 1,000 on PyPI
jupyter-server-documentsA JupyterLab extension that moves document…
permissive · top 15,000 on PyPI
jupyterhubJupyterHub is a multi-user server that spawns,…
permissive · top 15,000 on PyPI
jupyter-lspBridges Language Server Protocol servers to…
permissive · top 1,000 on PyPI