close
The Wayback Machine - https://web.archive.org/web/20220508125313/https://github.com/topics/jupyterlab-extension
Skip to content
#

jupyterlab-extension

Here are 255 public repositories matching this topic...

karlaspuldaro
karlaspuldaro commented Feb 7, 2022

Currently the only packages containing front-end unit tests are pipeline-editor and services.
It would be helpful to expand the unit test coverage across all other packages in Elyra, as well as add more tests to existing extensions.

This is an umbrella issue - subtasks can be delivered in separate PRs.

Pipeline Editor

  • Test Pipeline Service (runtime types, runtimes, runtime images
kind:enhancement good first issue component:test area:front-end
PROgram52bc
PROgram52bc commented Mar 8, 2022

When creating a Choropleth object with geo_data specified, but without the choro_data attribute, the _get_data method will raise an exception:

leaflet.py:1361, in Choropleth._get_data(self)
   1358     return {}
   1360 if self.value_min is None:
-> 1361     self.value_min = min(self.choro_data.items(), key=lambda x: x[1])[1]
   1362 if self.value_max is None:
   1363     self.val
jupyterlab-lsp

Improve this page

Add a description, image, and links to the jupyterlab-extension topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jupyterlab-extension topic, visit your repo's landing page and select "manage topics."

Learn more