jupyterlab-desktop icon indicating copy to clipboard operation
jupyterlab-desktop copied to clipboard

Supporting most of the features

Open suyashmahar opened this issue 3 years ago • 1 comments

I wrote a similar app as a personal project in an effort to get native desktop experience and learn some HTML, CSS and JS:

https://github.com/suyashmahar/europa

This was a hobby project, so the code isn't the prettiest (I never wrote any HTML, CSS or JS before), although it is documented.

Europa has most features that you'd expect: (1) Remote servers, (2) starting new local server and (3) Shortcuts (like @adammenges 's project).

This covers the following open issues: #48 (multiple servers) #181 (abandoned) #169 (changing python interpreter) #43 (User friendly error messages) #161 (saving settings?) #15 (remote server)

I didn't know about jupyterlab_app when I started, though I would have still preferred to write my own since I had a bunch of free time and wanted to learn something new.

Europa is licensed as GPLv3, but, I'm willing to let the jupyterlab organization take over it and re-license it as BSD 3 clause. Would love to hear from someone at JupyterLab Org if this is sounds interesting.

- Suyash

suyashmahar avatar Sep 11 '20 09:09 suyashmahar

Thanks @suyashmahar, this looks great!

Pinging @afshin who is also interested in this.

jtpio avatar Sep 11 '20 14:09 jtpio

most of the mentioned features already implemented

mbektas avatar Feb 22 '23 03:02 mbektas