Converting a script or notebook into an AWS Glue job - AWS Glue
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

Converting a script or notebook into an AWS Glue job

There are two ways you can convert a script or notebook into an AWS Glue job:

  • Use nbconvert to convert your Jupyter .ipynb notebook document file into a .py file. For more information, see nbconvert: Convert Notebooks to other formats.

  • Upload the file to AWS Glue Studio Notebooks.

    • In the AWS Glue Studio console, choose Jobs from the navigation menu.

    • In the Create job section, choose Jupyter Notebook.

    • In the Options section, choose Upload and edit an existing notebook.

    • Select Choose file to upload an .ipynb file.