You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Although there is no shortcut to display a dialog box with multiple inputs, you can pass in a Widget that has multiple inputs and that has a function to return a value that is a composite of multiple inputs. The dialog box will then display multiple inputs. I have done this for a project that is not yet available publicly.
If you display a more complex dialog box in this way, be sure to test it on multiple devices, including mobile devices, to ensure that it displays properly on smaller screens.
Problem
Hi I'd like to request several values to the user via a jupyterlab extension. I am not sure this is currently supported in: https://github.com/jupyterlab/jupyterlab/blob/master/packages/apputils/src/inputdialog.ts
But I think it'd be a great feature
The text was updated successfully, but these errors were encountered: