-
Notifications
You must be signed in to change notification settings - Fork 17
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
Location of topbar items #116
Comments
Thanks @on46zohu. Yes these changes are because the topbar extensions now use the API exposed by JupyterLab directly for adding widgets to the top bar. So there is no drag and drop to reposition them anymore. However it's possible to edit the settings to switch the order of the items via the setting editor: jupyterlab-topbar-items-position.webmThere is also no "separator" anymore, but this could be added either via an extension, or maybe via custom CSS: https://jupyterlab.readthedocs.io/en/latest/user/custom_css.html |
@on46zohu maybe you have other (maybe older) extensions installed, that were automatically picked up? On this test setup it was:
|
Nice thanks! Thinking such information could be useful to other users too. Would you like to open a PR to document how to re-order items (via the Settings editor) in the README? Thanks! |
Hi again, sorry for the late response. Of course, I'd like to contribute, but never opened a PR. Could you briefly tell what I should do? |
Hi. As mentioned in the description, I have a problem with how the topbar icons are located.
As you can see in the screenshot below, both items seem next to each other, which is visually disturbing.
I tried to drag them as shown here: https://github.com/jtpio/jupyterlab-topbar, but it is not responding.
You can also see my JupyterLab and extension versions.
Am I missing something?
The text was updated successfully, but these errors were encountered: