python - Using IDE on AWS EC2 -
i want use spyder (or similar ide) python of aws ec2 instance (instead of local laptop).
what procedure follow?
now copy-pasting code in console, , not convenient. use ubuntu.
you can try eclipse (its python ide pydev), along remote system explorer plugin which, believe, included default.
for instructions specific amazon aws, see this blog.
during process, may have create new 'parent profile', not mentioned in blog.
also, once connection set up, can create remote file within local eclipse's rse edits make file (newly created or existing remotely) may not reflected in remote system default - instead stored locally under remotesystemstempfiles. so, have 'export project' , select locally edited file(s) want reflected on remote system.
Comments
Post a Comment