Questions tagged [remote-development]
21 questions
0
votes
1 answer
Remote python development with raspberry pi 500MB ram
I am trying to use python in a raspberry pi 3a+ that has less than 500MB RAM and finding it very difficult to use any python IDE successfully for remote development.
What I have tried so far:
VS Code server: Takes too much ram even without any…

Aparajita Roy
- 23
- 4
0
votes
0 answers
Is there a desktop text editor or an editor plugin which loads and saves files via a REST API?
I'm currently building a webapp where users can also write and edit code. In addition to the web based editor a I want to enable them to edit the files in a local desktop editor. However, since the code isn't stored in files, but in a database, I…

adius
- 13,685
- 7
- 45
- 46
0
votes
1 answer
problem with kernel creation in vscode while connected to remote jupyter server?
I am trying to connect to remote jupyter server which is running in remote server inside a docker. from vs code (local machine) with the help of jupyter extension, and running a newly created notebook.
The problem seems to be the kernel creation via…

Lokesh Kurre
- 77
- 5
0
votes
0 answers
How can I run a mininet python code as super user when using remote development in PyCharm?
I am using mininet on a virtual machin. I use jetbrain gateway as a remote developement tool to connect to server via SSH and write my codes on pycharm.
The problem is that the Mininet codes should be run as root and it seems that pycharm tries to…
0
votes
1 answer
How can I develop my flutter project remotely?
I am developing a project with flutter for web, ios and android. How can I develop this app remotely? can i do this? I want to be able to make instant changes according to the user's request. How can I do that?

SonerB
- 43
- 6