【发布时间】:2019-10-09 20:27:20
【问题描述】:
如何在 AWS 实例上运行 Jupyter notebook,chmod 400 错误
我想在云中运行我的 jupyter notebook,ec2 AWS 实例。
--
我正在学习本教程: https://www.codingforentrepreneurs.com/blog/jupyter-notebook-server-aws-ec2-aws-vpc
--
我已经设置了实例 ec2 以及 nginx。
--
问题是..
当输入 chmod 400 JupyterKey.pem 时,只适用于 MAC 而不是 Windows 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
【问题讨论】:
-
跳过那个。这并不重要。
标签: amazon-web-services powershell jupyter-notebook