amazon-web-services - 如何在AWS实例上运行Jupyter Notebook

标签 amazon-web-services powershell jupyter-notebook

如何在AWS实例上运行Jupyter Notebook,chmod 400错误

我想在云EC2 AWS实例中运行jupyter笔记本。

-

我正在关注本教程:
https://www.codingforentrepreneurs.com/blog/jupyter-notebook-server-aws-ec2-aws-vpc

-

我已经设置了实例ec2以及nginx。

-

问题是..

键入chmod 400 JupyterKey.pem时,仅适用于MAC,而不适用Windowns Power Shell



cd path/to/my/dev/folder/
chmod 400 JupyterKey.pem
ssh ubuntu@34.235.154.196 -i JupyterKey.pem


Error: The term 'chmod' is not recognized as the name of a cmdlet, function, cript, or operation
       category info: ObjectNotFound
        FullyQualifiedErrorId: Command notFoundException

最佳答案

AWS作为Amazon SageMaker的一部分提供了托管的Jupyter Notebook服务。

SageMaker托管的笔记本实例使您能够轻松地通过pay per hour pricing(类似于EC2计费)一键启动Jupyter笔记本,并能够轻松地直接通过实例URL + AWS将现有笔记本直接上传到托管实例。安慰。

查看this tutorial以获取入门指南!

关于amazon-web-services - 如何在AWS实例上运行Jupyter Notebook,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58311799/

相关文章:

java - 访问被拒绝错误 imdb s3 存储桶

node.js - 亚马逊 AWS Node.js WebSocket

entity-framework - 如何使用 Powershell 在远程数据库上运行 Entity Framework 7 迁移?

powershell - 在PowerShell中声明包含另一个变量名称的变量(名称)

regex - 请详细解释这个正则表达式(Powershell)

python - 使用 ipython 小部件增加计数器

python - Boto3 Kinesis Video GetMedia 和 OpenCV

redirect - Amazon S3 重定向和 Cloudfront

jupyter-notebook - ipywidgets的JupyterLab扩展的目的到底是什么?

python - Pandas drop_duplicates 在 Jupyter 笔记本和 python 脚本之间工作不一致