Hello Corentin,
Someone knows an easy way to link my AWS and Jupyter Notebook? because I
> want to run my jupyter script on AWS.
>
As William mentioned that SageMaker one easy way to run Jupyter notebooks
with easy access to all of your AWS account credentials and data. There are
a bunch of example notebooks located here:
https://github.com/awslabs/amazon-sagemaker-examples
There are a bunch more things SageMaker can do but you can certainly just
use it as a notebook hosting service!
More generally, the Boto3 package (https://boto3.readthedocs.io/en/latest/)
provides a way for Python code to access and interact with AWS services.
You'll still need to set up your AWS CLI environment with the proper
credentials but once that's done you can, for example, obtain S3 data using
some Boto3 Python commands. Boto3 is open source and officially supported
(and hacked on) by AWS.
--
Chris
--
You received this message because you are subscribed to the Google Groups
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jupyter/f835f974-9b12-4c5a-89cf-f23f32365e48%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.