Ignacio Heredia

Results 14 comments of Ignacio Heredia

Along with a `CTRL+Z` shortcut 😉

Found a workaround: wrap the `net.show()` inside a `display`. Here's some demo code: ```python from ipywidgets import interact, Dropdown from pyvis.network import Network widg = widgets.Dropdown(options = range(10)) @interact(x=widg) def...

Another suggestion. Clicking on a node/edge opens a side panel with the node/edge attributes. Could also be done by displaying as text on hover, though less practical for copying values.

> Middle mouse button already opens files in new tabs smiley This also mimics the behaviour of a web browser Wasn't aware of this shortcut even for browsers, you just...

Still think this is relevant.

I think a single backup would be fine. So anytime you have the current state and the previous state. In this way, if you mark by error something as `completed`...

Hi @yang991178 , just commenting here that I do experience the same issue. Anytime I mark as **read** the entries of a feed with no `pubDate` ([example](https://www.densediscovery.com/feed/)), the entries appear...

Indeed. I ended up downgrading back to 3.0.2 because this was a bit annoying. Hopefully this will get fixed in new releases. 🤞🏽

Hi @nathanlesage , just tried the nightly build and doing some preliminary tests, it looks the issue is fixed (at least for me - Ubuntu 20.04). Many thanks for the...

Then I misunderstood the behaviour. I would have expected than if no symbol was selected, to see something like this. ![image](https://github.com/umap-project/umap/assets/16413205/1b4701b4-4148-4d9e-aea9-ceac7529f1d6) But I understand that having a default symbol looks...