Martha Cryan

Results 76 comments of Martha Cryan

@ptitzler Thanks for checking it out again! I fixed the lint and the extra null value. I'm working on the airflow components tooltips issue

You might need to add a signal to implement this - if you're not familiar with signals, this documentation might be useful: https://jupyterlab.github.io/lumino/signaling/classes/signal.html

This looks great, thanks for the contribution! One suggestion I have is that I think it'd be better if the icon was more specific to releases. * This is where...

Files that JL runs for integrity checks: https://github.com/jupyterlab/jupyterlab/blob/master/scripts/ensure-buildutils.js https://github.com/jupyterlab/jupyterlab/blob/master/buildutils/src/ensure-repo.ts

Hey @manics, thanks for the quick reply! This issue was actually to see if the JupyterHub folks would mind if we use your time slot for a [Community Call](https://youtube.com/playlist?list=PLUrHeD2K9Cmkoamm4NjLmvXC4Y6E1o8SP&feature=shared). Last...

This test passes (and it shouldn't): ``` def test_edit_merge_optimizes_after_other_edit(): df1 = pd.DataFrame({'A': [2], 'B': [2]}) df2 = pd.DataFrame({'A': [1, 2], 'B': [1, 2]}) mito = create_mito_wrapper(df1, df2) mito.merge_sheets('inner', 0, 1,...

Hey all! @newville @LunarLanding @timoklein I'm investigating how to fix this, but in the meantime I've had some success with changing the default renderer in `plotly.io` like this (before running...

For reference, response from [canvas](https://github.com/elyra-ai/canvas): In Modeler we set this before importing the carbon scss. ``` $font-path: "/canvas/fonts"; @import "carbon-components/scss/globals/scss/styles"; @import "carbon-components/scss/globals/grid/grid"; ``` and in our build we copy all...

Update! This isn't currently possible in Elyra but it is possible to implement it. We would need to think about how to register a given operation to have a specific...

Relevant documentation: https://github.com/elyra-ai/canvas/wiki/2.7-Customizing-Node-Layout-Properties