aws-glue-sessions


Nameaws-glue-sessions JSON
Version 1.0.7 PyPI version JSON
download
home_pagehttps://aws.amazon.com/glue/
SummaryGlue Interactive Sessions Jupyter kernel that integrates almost anywhere Jupyter does including your favorite IDEs.
upload_time2024-09-09 19:22:59
maintainerNone
docs_urlNone
authorGlue Development Team
requires_pythonNone
licenseApache 2.0 License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Glue Interactive Sessions Jupyter kernel

Glue Interactive Sessions Jupyter kernel enables you to use [AWS Glue Interactive Sessions](https://docs.aws.amazon.com/glue/latest/dg/interactive-sessions-overview.html) from your favorite IDEs. This kernel integrates almost anywhere Jupyter does including your favorite IDEs.
Documentation on how to install and use the kernel can also be found [here](https://docs.aws.amazon.com/glue/latest/dg/interactive-sessions.html).

## Installation

1. Use the following to install the kernel on your machine:

   The command, `install-glue-kernels`, installs the jupyter kernelspec for both pyspark and spark kernels.


   ```pip3 install --upgrade jupyter boto3 aws-glue-sessions```

   ```install-glue-kernels```

2. Make sure your IAM role have permissions to run Glue
   https://docs.aws.amazon.com/glue/latest/dg/set-up-iam.html

## Getting Started
### Using the kernel via a local Jupyter Notebook

To start a local Jupyter Notebook, complete the following steps.

1. Run the following command to launch Jupyter Notebook.

   `jupyter notebook`

2. Choose New, and then choose one of the AWS Glue kernels to begin coding against AWS Glue.

### Using the kernel via other IDEs

You may also use this kernel via VSCode or other IDEs that support Jupyter kernels.
To set up the Glue Interactive Sessions kernel for Visual Studio Code follow [these instructions](https://docs.aws.amazon.com/glue/latest/dg/interactive-sessions-vscode.html).


## ChangeLog

### v1.0.7 (2024-09-06)

* Fixed %%tags implementation for newly created sessions.

### v1.0.6 (2024-05-23)

* Removed glue_ray session type and related magics.

### v1.0.5 (2024-04-19)

* New magic %timeout for configuring 'Timeout' parameter for Session.
* New magic %reconnect, Customers can use %reconnect <sessionId> and reconnect to any of their live Session.

### v1.0.4 (2023-12-01)

Added support for inferring region from AWS_REGION environment variable.

### v1.0.3 (2023-11-15)

Added support for handling special characters in owner tag.

### v1.0.2 (2023-10-16)

There is no change in customer behavior with this kernel version.

### v1.0.1 (2023-10-13)

There is no change in customer behavior with this kernel version.

### v1.0.0 (2023-09-05)

* Kernel defaults to Glue version [4.0](https://aws.amazon.com/about-aws/whats-new/2022/11/introducing-aws-glue-4-0/) if a default Glue version wasn’t specified.
* New magics %session_type ,  %%assume_role, %%tags
* %list_sessions  now also displays session status and creation time.
* Support for additional visualizations through %matplotlib magic
* Configurations can now be provided through magics, environment variables and AWS config files.
* Fix for VSCode startup issue


            

Raw data

            {
    "_id": null,
    "home_page": "https://aws.amazon.com/glue/",
    "name": "aws-glue-sessions",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Glue Development Team",
    "author_email": "glue-sessions-preview@amazon.com",
    "download_url": "https://files.pythonhosted.org/packages/2d/35/402a35693e452a163f276fec051865d1173d7ede6ef614def16ae4d16a5a/aws-glue-sessions-1.0.7.tar.gz",
    "platform": null,
    "description": "# Glue Interactive Sessions Jupyter kernel\n\nGlue Interactive Sessions Jupyter kernel enables you to use [AWS Glue Interactive Sessions](https://docs.aws.amazon.com/glue/latest/dg/interactive-sessions-overview.html) from your favorite IDEs. This kernel integrates almost anywhere Jupyter does including your favorite IDEs.\nDocumentation on how to install and use the kernel can also be found [here](https://docs.aws.amazon.com/glue/latest/dg/interactive-sessions.html).\n\n## Installation\n\n1. Use the following to install the kernel on your machine:\n\n   The command, `install-glue-kernels`, installs the jupyter kernelspec for both pyspark and spark kernels.\n\n\n   ```pip3 install --upgrade jupyter boto3 aws-glue-sessions```\n\n   ```install-glue-kernels```\n\n2. Make sure your IAM role have permissions to run Glue\n   https://docs.aws.amazon.com/glue/latest/dg/set-up-iam.html\n\n## Getting Started\n### Using the kernel via a local Jupyter Notebook\n\nTo start a local Jupyter Notebook, complete the following steps.\n\n1. Run the following command to launch Jupyter Notebook.\n\n   `jupyter notebook`\n\n2. Choose New, and then choose one of the AWS Glue kernels to begin coding against AWS Glue.\n\n### Using the kernel via other IDEs\n\nYou may also use this kernel via VSCode or other IDEs that support Jupyter kernels.\nTo set up the Glue Interactive Sessions kernel for Visual Studio Code follow [these instructions](https://docs.aws.amazon.com/glue/latest/dg/interactive-sessions-vscode.html).\n\n\n## ChangeLog\n\n### v1.0.7 (2024-09-06)\n\n* Fixed %%tags implementation for newly created sessions.\n\n### v1.0.6 (2024-05-23)\n\n* Removed glue_ray session type and related magics.\n\n### v1.0.5 (2024-04-19)\n\n* New magic %timeout for configuring 'Timeout' parameter for Session.\n* New magic %reconnect, Customers can use %reconnect <sessionId> and reconnect to any of their live Session.\n\n### v1.0.4 (2023-12-01)\n\nAdded support for inferring region from AWS_REGION environment variable.\n\n### v1.0.3 (2023-11-15)\n\nAdded support for handling special characters in owner tag.\n\n### v1.0.2 (2023-10-16)\n\nThere is no change in customer behavior with this kernel version.\n\n### v1.0.1 (2023-10-13)\n\nThere is no change in customer behavior with this kernel version.\n\n### v1.0.0 (2023-09-05)\n\n* Kernel defaults to Glue version [4.0](https://aws.amazon.com/about-aws/whats-new/2022/11/introducing-aws-glue-4-0/) if a default Glue version wasn\u2019t specified.\n* New magics %session_type ,  %%assume_role, %%tags\n* %list_sessions  now also displays session status and creation time.\n* Support for additional visualizations through %matplotlib magic\n* Configurations can now be provided through magics, environment variables and AWS config files.\n* Fix for VSCode startup issue\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0 License",
    "summary": "Glue Interactive Sessions Jupyter kernel that integrates almost anywhere Jupyter does including your favorite IDEs.",
    "version": "1.0.7",
    "project_urls": {
        "Homepage": "https://aws.amazon.com/glue/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37b2087d6406419b5110f7bc43a20d1eb3d461460b5e426cb5e7892ea7f80a28",
                "md5": "52d70569e6bc22902871eb518e32df3a",
                "sha256": "9cbaad30ab4a1f995a2fab6c6941f457de13e77b05f344674d8007df6ab0723e"
            },
            "downloads": -1,
            "filename": "aws_glue_sessions-1.0.7-29388fd-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "52d70569e6bc22902871eb518e32df3a",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 95734,
            "upload_time": "2024-09-09T19:22:56",
            "upload_time_iso_8601": "2024-09-09T19:22:56.675984Z",
            "url": "https://files.pythonhosted.org/packages/37/b2/087d6406419b5110f7bc43a20d1eb3d461460b5e426cb5e7892ea7f80a28/aws_glue_sessions-1.0.7-29388fd-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d35402a35693e452a163f276fec051865d1173d7ede6ef614def16ae4d16a5a",
                "md5": "bc61fc4aafc439bf488c7ba213fb06d5",
                "sha256": "aefda4cf865566eecaf52a3592a2e6685ed237c4bfa6ba9cb0300e06e4bf1bfb"
            },
            "downloads": -1,
            "filename": "aws-glue-sessions-1.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "bc61fc4aafc439bf488c7ba213fb06d5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 76357,
            "upload_time": "2024-09-09T19:22:59",
            "upload_time_iso_8601": "2024-09-09T19:22:59.287251Z",
            "url": "https://files.pythonhosted.org/packages/2d/35/402a35693e452a163f276fec051865d1173d7ede6ef614def16ae4d16a5a/aws-glue-sessions-1.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-09 19:22:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aws-glue-sessions"
}
        
Elapsed time: 0.30414s