-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Improve the About dialog #6552
Comments
This is where the About dialog is created: notebook/packages/help-extension/src/index.tsx Lines 119 to 161 in e8e0f8f
|
The Notebook v6 About dialog was even more informative: In particular, showing jupyter-server version (and maybe also the Python version it is running on) might be worth considering since the server and frontend versions are now decoupled. I think I remember that the kernel info was a separate menu item in JupyterLab at some point but I cannot find it any more - either a regression or I am wrong and it was never implemented. |
Is someone working on this issue? If not I would like to have a crack at it. |
@davinderpalrehal feel free to pick it up and open a PR, even it's just a work-in-progress. Thanks! |
@davinderpalrehal you still working on this? |
@kostyafarber plans are to work on this over the weekend, is it time sensitive? If it's needed urgently I don't mind if someone else picks it up, my intention was to have the PR open by Monday. |
Oh no go ahead! Just wanted to make sure if you weren't working on it I could pick it up. Thanks. |
Sounds good, thanks @kostyafarber. |
Hey @kostyafarber , I couldn't finish setting up the repo on my laptop and get it up and running, if you are still free please proceed with picking this issue up. |
No worries @davinderpalrehal I'll try check it out |
Is this issue still open? @kostyafarber @jtpio |
If you think there are further improvements to be made and the maintainers agree, please go ahead! |
Finishing this issue :) |
@jtpio Do you have any more improvements in mind? Maybe adding some more information like Notebook v6 had (showing jupyter-server version, and also the Python version it is running on). I've a university break starting from next week and I'd love to contribute. |
Of note the odd hover style seen on the screenshot in original issue is an upstream issue in JupyterLab. Contributions to solve: jupyterlab/jupyterlab#14084 are welcome! |
hey is this issue still open?? is someone still working on it?? |
Is this issue still open? @jtpio |
Hi @yjrab! Thank you for taking interest in fixing this issue. You are not required to ask for a permission to work on such issue, please feel free to open a pull request with proposed implementation. |
Here is the css of "About" dialog in JupyterLab, can be used for reference: https://github.com/jupyterlab/jupyterlab/blob/e0b4de1eb37c9dd37c11e5319ed00cb8d37b8d92/packages/help-extension/style/base.css |
Thank you @andrii-i for you reply. |
Hey @andrii-i, |
Hi @Razeeeeeeeeeee. Please feel free to work on it and open a PR when ready. |
The look of the current "About" dialog could be improved:
As a comparison this is what the about dialog in JupyterLab looks like:
Maybe the notebook dialog could be aligned to look more like the one in JupyterLab, and also display a link to the contributor list.
The text was updated successfully, but these errors were encountered: