Anton Kulaga

Results 93 comments of Anton Kulaga

Managed to make it work with my container, but had a lot of frustration on my way :( One of the main confusion sources is that if master is not...

@jonathanindig , here is an example: Imaging the following setup ```python from dataclasses import * @dataclass class Bar: surname: str def show(self): print(self.surname) @dataclass class Foo: bar: Bar name: str...

>Try putting the same code into Jupyter and you'll see the same issue (no completions at foo. inside the test()). Well, the key selling point of polynote is beeing better...

In my case the most pain was with upset plot, that is matplitlib based ( https://github.com/jnothman/UpSetPlot ). You can reproduce any of their examples and see that you can download...

@jonathanindig indeed, I did not notice that. Overall SVG is superior to png, but there should be a button to save it. Is it possible to catch all SVG-s in...

yes, it is directly EMBED by matplotlib instead of the svg tag

Yes, the focus stays in the hidden cell so whatever I type goes there instead of selected one

What about parametrization of notebooks, is it implemented or still work in progress?

I finally managed to overcome it by noticing install_local.sh However it looks a bit weird that you create a shell script for seveal jars, why cannot you just publish them...