question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jupyterlab-requirements extension button is overriding the submit-notebook button in the UI

See original GitHub issue

Describe the issue The submit-notebook button is missing after installing the jupyterlab-requirements extension.

To Reproduce Steps to reproduce the behavior:

  1. install elyra …e.g. make clean install on master
  2. run pip install jupyterlab-requirements
  3. start elyra

Screenshots or log output image image 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:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
karlaspuldarocommented, Feb 24, 2021

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.

1reaction
karlaspuldarocommented, Feb 18, 2021

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) image

But only Submit Notebook button is gone after installing the requirements extension, independent of submit notebook button position in the toolbar (I tried them all at position 10, then moved submit notebook button to other positions without luck) image

I’m not sure the position only is the problem, I can help investigate it in lab.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found