-
-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting most of the features #186
Comments
Thanks @suyashmahar, this looks great! Pinging @afshin who is also interested in this. |
4 tasks
gentoo-bot
pushed a commit
to gentoo/sci
that referenced
this issue
Sep 5, 2021
The official electron client for jupyterlab (jupyterlab_app) is inactive and freezes upon launch. This is one of the few alternatives that: has releases, is up to date, and actually works. It works rather nice and avoids having to run jupyterlab in the browser. Thanks to @suyashmahar ! jupyterlab/jupyterlab-desktop#186 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <[email protected]>
most of the mentioned features already implemented |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: