Provides a Jupyter kernel for AWS Glue Interactive Sessions, enabling interactive development of PySpark, Ray, and SQL jobs from any Jupyter environment (including IDEs). Current version 1.0.9. Released occasionally, no fixed cadence.
pip install 'aws-glue-sessions>=1.0.0' jupyterNo compatibility data collected yet for this library.
Install the kernel and verify it appears in Jupyter. Then launch a notebook and select the Glue Interactive Sessions kernel.
Ensure you are installing in the same Python environment as Jupyter: run 'which jupyter' and 'pip list | grep aws-glue-sessions'. Reinstall if needed.
Install with --user flag: pip install --user 'aws-glue-sessions>=1.0.0' or run as admin. On some systems, use 'python -m jupyter_client.kernelspec --user' manually.
Do not import anything from the package; simply install and use the kernel from Jupyter.
Set AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN (if using temp creds) or configure ~/.aws/credentials before launching Jupyter.
Reinstall the package in the correct Python environment: pip install --user 'aws-glue-sessions>=1.0.0' and verify with jupyter kernelspec list.
Set environment variables AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY (and optionally AWS_SESSION_TOKEN) or configure AWS CLI.
Do not import the package. Install it and launch Jupyter to select the kernel from the interface.