简体   繁体   English

如何使用 boto3 在 EMR Studio 中创建笔记本?

[英]How to create a notebook in EMR Studio using boto3?

I am going through the boto3 documentation here: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/emr.html#EMR.Client.create_studio我在这里浏览boto3文档: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/emr.html#EMR.Client.create_studio

but I cannot see any sort of create/delete notebook for EMR studio.但我看不到 EMR 工作室的任何类型的创建/删除笔记本。 Only create/delete studio.仅创建/删除工作室。

How can I create a emr-studio-notebook that preloads a notebook deployed somewhere on S3 via boto3?如何创建一个 emr-studio-notebook,通过 boto3 预加载部署在 S3 上某处的笔记本?

Create/delete notebook(Workspace) operations can only be performed using EMR Studio UI and there are no CLI/SDK available for them as of today.创建/删除笔记本(工作区)操作只能使用 EMR Studio UI 执行,并且截至今天没有可用的 CLI/SDK。 You can create Workspace from EMR Studio and upload your existing notebook file via JupyterLab UI.您可以从 EMR Studio 创建 Workspace,并通过 JupyterLab UI 上传现有的笔记本文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM