Seungmin Ahn

Results 5 issues of Seungmin Ahn

## Description As in title, when a tab has a lot of contents, its scroll bar is moved to bottom. ## Reproduce ``` import ipywidgets as widgets from ipytext import...

In a nested Tree, when changing name of node like below, +/- icons disappear. ``` // node is a NodeModel instance node.set('name', name); node.save_changes(); ``` I do know this can...

When the name of a node with an open or close icon is changed, this previously set icon disappears. To prevent this, reload icon after rename_node is called. No need...

Hello, I followed the steps provided for dev installation, bud widget fails in display $ git clone https://github.com/QuantStack/ipytree.git $ cd ipytree $ pip install -e . $ jupyter nbextension install...