-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hi,
I've been wondering if it's possible to have both jupyter notebook's interactive mode and sublime text's editing interface at the same time for a code/notebook on a remote machine, and it seems that Helium might provide such an environment.
My workflow is to edit locally and run remotely codes on a remote server using rmate. I tested if it is possible to execute a code that is locally open via rmate but saved on a remote server through Helium. There was a crucial problem: it seemed that Helium interprets this code as a local file (in /tmp folder where rmate temporarily saves the code in the local machine), and therefore it could not "import" python modules saved on the remote server. rmate doesn't suffer from such problems, because once I save the code, it immediately transfers through ssh to the remote server and update the code there. After that, I can run the updated code on the remote server.
Is there any way to work around the above problem?