rationalmatter / Juno-Issue-Tracker

Defect Tracker for Juno
78 stars 1 forks source link

Add script edit version of Juno Connect #187

Open svjack opened 4 years ago

svjack commented 4 years ago

Your app is so perfect to perform remote coding to a jupyter server. But when i want to write a complete project of myself, i can’t edit the script directly, only i can do is use ipynb converter of jupyter or other packages to apply the ipynb to script transformation. Or i must use vim with some plugins to have code completion. it’s so awful. Can you provide a script edit version of Juno Connect. I know that without the jupyter server backend this function is difficult to implement. But may be you can have a try with the help of jedi and so on. I think many people may want to pay for it.

alexstaravoitau commented 4 years ago

Thanks for reporting @svjack — I'm assuming you are talking about text-based files support? If that's the case then there is already a ticket for it (see #46), and yes it's on the roadmap (although I don't have ETA, sorry). Let me know if it's the same feature request, and I'll close this issue as a duplicate. And apologies for inconvenience meanwhile, I understand that it woud be neat if you could edit files on your Jupyter server, other than .ipynb! 😔