Using IDE on AWS EC2

0 votes
What should I do if I want to use Spyder (or similar IDE) with the Python of my AWS EC2 instance (instead of my local laptop)?

Is there any particular procedure to follow?
Mar 18, 2019 in Python by ana1504.k
• 7,910 points
1,536 views

1 answer to this question.

0 votes
You can try Eclipse (its Python IDE is PyDev), along with the Remote System Explorer plugin which, I believe, is included by default.

During the process, you may have to create a new 'parent profile', that is not mentioned in that blog.

Also, once the connection is all set up, you can create a remote file from within your local eclipse's RSE but any edits to make to a file (newly created or already existing remotely) may not be reflected in the remote system by default - they are instead stored locally under RemoteSystemsTempFiles. So, you would have to 'Export From Project' and select the locally edited file(s) that you want to be reflected on the remote system.
answered Mar 18, 2019 by SDeb
• 13,300 points

Related Questions In Python

0 votes
1 answer

When I create and remove files rapidly on windows using python I get WindowsError (Error 5)

Here's the short answer: disable any antivirus or ...READ MORE

answered Aug 31, 2018 in Python by charlie_brown
• 7,720 points
1,667 views
0 votes
1 answer

How can I rename files on the fly using Python?

You could simply use a wrapper object ...READ MORE

answered Sep 7, 2018 in Python by aryya
• 7,450 points
591 views
0 votes
0 answers

how to deploy bluk python yamls on kubernetes using jinja template

1.how to deploy  python  services yamls  or ...READ MORE

Mar 19, 2019 in Python by devops learner
812 views
0 votes
1 answer
0 votes
1 answer

Using Shapely on AWS Lambda with Python 3

For some reason, the pip install of ...READ MORE

answered Oct 8, 2018 in AWS by Priyaj
• 58,090 points
2,593 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Which IDE can be used for Python on Mac OS X

Have tried many different (Kate, Eclipse, Scite, ...READ MORE

answered Oct 15, 2018 in Python by SDeb
• 13,300 points
1,088 views
0 votes
1 answer

comparing strings in Python using "==" or "is"

is is used for identity testing and ...READ MORE

answered Sep 19, 2018 in Python by SDeb
• 13,300 points
586 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP