-
Updated
May 2, 2021 - Jupyter Notebook
notebooks
Here are 360 public repositories matching this topic...
-
Updated
Apr 28, 2021 - Jupyter Notebook
-
Updated
May 2, 2021 - Python
-
Updated
Apr 30, 2021 - Python
Describe the issue
In dark mode - hard to see three dots in node to open common props when not highlighted
To Reproduce
Steps to reproduce the behavior:
0. Activate dark mode,
- Go to pipeline editor, drag a notebook to create a node
- Scroll over the node and highlight the 3 dots.
Screenshots or log output


This is #6580 but with a proper reproduction.
I would like to open a URL when the user clicks a point in a scatterplot. TapTool(behavior='inspect', callback=OpenURL()) seems perfect for this behavior. Using the following code, I would expect to obtain a plot that opens a URL when a point is clicked. However, the plot does nothing when a point is clicked.