-
Notifications
You must be signed in to change notification settings - Fork 148
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
Consider moving JupyterLab launcher entries to the "other" category #145
Comments
Or, perhaps make the category configurable? |
I think other makes sense. |
Is it possible to add an additional category? The Other category is visually far away from where people look :-/ |
I just made this, maybe it should go here? jupyterhub/jupyter-rsession-proxy#87 |
Just ran into this - I think that JupyterLab should allow additional categories to be created by launcher items, otherwise using other would be helpful. |
jupyterlab/jupyterlab#8663 is also an option. 'Other' puts everything below the fold, IMO, so we shouldn't put these there unless there is a way to make it more prominent. |
I just finished reading the Jupyter blog post on Elyra and I found out they were able to add an Elyra category to JupyterLab: The magic seems to be somewhere in here: So it looks like with ~200 lines of code, we should be able to add a "Proxy Server" category to JupyterLab if we wish to. |
Nice! Yes, I'm in favor of "Proxy Server" or just "Proxy" category. |
I like the idea of the Elyra launcher. Has anybody tried it? I will give it a go if not.... I do not like "Proxy Server" (it does not mean much to users!). What about "Applications" -- maybe if it is a jupyterlab extension the title can be also customised. |
I have done a quick start on this, but likely needs help. It needs a few things:
The status is much WIP: "Works for me". |
Resurrecting an old thread... launcher_entry:
// no changes to these fields
enabled: bool
icon_path: str
title: str
// new optional field, where the default value is "Application"
category: str @eddienko What do you think? |
@claytonlemons @MarcSkovMadsen I'd +1 on being able to add server proxy applications to an Application or Applications area. |
Yes I think an 'Application' field would be quite perfect. |
+1
…On Wed, Apr 3, 2024 at 9:51 AM Yuvi Panda ***@***.***> wrote:
Yes I think an 'Application' field would be quite perfect.
—
Reply to this email directly, view it on GitHub
<#145 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAGXUCH4CPPNDW5MP4ZYU3Y3QXPPAVCNFSM4ITUSBW2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBTGUYTAMZRGM3A>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Brian E. Granger
Senior Principal Technologist, AWS AI/ML ***@***.***)
On Leave - Professor of Physics and Data Science, Cal Poly
@ellisonbg on GitHub
|
#453 enables the launcher category to be configurable. To satisfy this issue, the default category could be changed from "Notebook" to "Application". |
#453 (comment) feels like a blocker to merging that though - we may lose icons? |
Icons are fairly easy to build hot in the labextension... Non-svg can be
wrapped as foreignobjects
…On Wed, Apr 3, 2024, 12:23 Yuvi Panda ***@***.***> wrote:
#453 (comment)
<#453 (comment)>
feels like a blocker to merging that though - we may lose icons?
—
Reply to this email directly, view it on GitHub
<#145 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALCREYT7ZB6KF6KTW2E23Y3Q3HXAVCNFSM4ITUSBW2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBTGUYTOMJZGM3Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I find the placement of the launcher entries in JupyterLab in the "Notebook" section to be kind of weird, since they are mostly not notebooks. Why not put them in the "other" category?
The text was updated successfully, but these errors were encountered: