Bjørn Tore Kopperud

Results 2 issues of Bjørn Tore Kopperud

I have a problem when installing the package. I realize the problem is constraining version for the `IntervalTrees` package (multi-package problem), but I don't know where better to post this...

Hello, I have a question. Let's say I create a simple widget in Jupyter, like the button from the documentation. ``` from IPython.display import display button = widgets.Button(description="Click Me!") display(button)...