NOTE: Chris is one of the SageMaker developers at Amazon (I asked him to respond to your post, and know him since I was on his Ph.D. theses committee...).
On Mon, Aug 6, 2018 at 11:23 AM, Chris Swierczewski <[email protected]> wrote: > 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. -- William (http://wstein.org) -- 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/CACLE5GBZ9_r7noCoRctqLupUOuXjnd2MhvwStQa43wor1if7PA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
