Skip to content
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

Add help text to the widget pointing users to helpful info about customizations when the cluster is instantiated from the extension #151

Open
andersy005 opened this issue Sep 28, 2020 · 5 comments

Comments

@andersy005
Copy link
Member

andersy005 commented Sep 28, 2020

Instantiating a new cluster from dask-labextension is a really neat future. However, for users who are not familiar with configuring dask settings from configuration files, knowing how to apply custom settings (such as memory, cores, processes) is not trivial unless you know that there's a configuration file for this residing in ~/.config/dask/labextension.yaml.

Would it be useful to add some help text to the widget telling the user the location of the configuration file, and maybe a pointer to the documentation page?

Screen Shot 2020-09-28 at 11 22 32 AM

Cc @lheagy

@andersy005 andersy005 changed the title Add help text to the widget pointing users to helpful info about cluster customization when the cluster is instantiated from the extension Add help text to the widget pointing users to helpful info about customizations when the cluster is instantiated from the extension Sep 28, 2020
@jsignell
Copy link
Member

This sounds potentially useful, but I don't think it's interesting enough to display all the time. Maybe there should be an "open config file" button at the bottom maybe (next to "shutdown").

This would make it also available on right click:

image

Another option would be to add a "?" button next "+NEW".

@lheagy
Copy link

lheagy commented Oct 1, 2020

👍 One other possibility would be to have an "Advanced" or similar on the main panel (next to "Shutdown")

@jsignell
Copy link
Member

jsignell commented Oct 1, 2020

have an "Advanced" or similar on the main panel (next to "Shutdown")

And that'd open the config file in the main window?

@kyprifog
Copy link

kyprifog commented Oct 2, 2020

Would this be the appropriate place to make a setting to modify worker memory size or cores?

@jsignell
Copy link
Member

jsignell commented Oct 2, 2020

Would this be the appropriate place to make a setting to modify worker memory size or cores?

Yes, but it'd be the setting every time you hit the + button

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants