Jupyterlab-requirements extension button is overriding the submit-notebook button in the UI
See original GitHub issueDescribe the issue The submit-notebook button is missing after installing the jupyterlab-requirements extension.
To Reproduce Steps to reproduce the behavior:
- install elyra …e.g.
make clean install
on master - run
pip install jupyterlab-requirements
- start elyra
Screenshots or log output Paste the log output here.
Expected behavior A clear and concise description of what you expected to happen. Both buttons visible and functional
Deployment information Describe what you’ve deployed and how:
- Elyra version: 2.1.0 dev
- Operating system: macos
- Installation source: source and pypi
- Deployment type: local
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Swift UIButton Extension Animations Override - Stack Overflow
Is there a way to override this animation for just a few specific buttons? Code for the extension of the button animation universally:...
Read more >Announcement: Experimenting with a new Extensions Menu
This experiment adds a new button with a puzzle piece icon to Chrome's UI. Clicking this button opens the extension menu. This button...
Read more >Adaptation Extension Example: Adding a Button to the Table ...
In this example, you add a button to the table toolbar in the list report and ... .extension : Required according to the...
Read more >Add a button to the toolbar - Mozilla - MDN Web Docs
A simple button. In this section we'll create an extension that adds a button to the toolbar. When the user clicks the button,...
Read more >Button - Shopify.dev
Name Type Description
submit? boolean Allows the button to submit a form.
onPress? () => void Callback that is run when the button is pressed....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The fix in the new release of
jupyterlab-requirement
solved the issue. We can open a followup lab issue to avoid similar problems with other plugins.I just tried to recreate this issue by adding another notebook button extension in the same position on the toolbar, this is the behaviour: Before installing
jupyterlab-requirements
, both buttons are visible when being added in the same position (10)But only
Submit Notebook
button is gone after installing therequirements
extension, independent ofsubmit notebook
button position in the toolbar (I tried them all at position 10, then moved submit notebook button to other positions without luck)I’m not sure the position only is the problem, I can help investigate it in lab.