Wolf Vollprecht

Results 506 comments of Wolf Vollprecht

Hi all, we haven't hooked up the "inner" drawio menu. In fact, we need to map the actions to the jupyterlab-env actions. The save button of jupyterlab should work though....

great! thanks for doing this.

@jasongrout I have fixed the issue with the throttler by using the debounce (it's almost the same implementation except you can re-trigger when invoked). Alos I have added a `_already_retried`...

@jasongrout now I am telling hte semverregistry wether we are in the kernel restore phase. if yes, 4x more time (so restoring works properly when refreshing the page). We could...

That's weird. It should download version 0.6.0. Yours seems to try to build 0.2.0

We have GPU support on our roadmap for 2019. However, we're not yet sure how to do it concretely! So any input is highly appreciated. And of course, contributions are...

definitely a good idea to look at chainerx! Am Do., 24. Jan. 2019 um 17:25 Uhr schrieb ktnyt : > Thanks for the prompt reply! > > I haven't been...

I think we should leave this still open as it isn't solved.

We have two things for this: 1. the xt::filter view that allows you to filter an expression by a boolean condition https://xtensor.readthedocs.io/en/latest/view.html?highlight=xt%3A%3Akeep#filter-views 2. the xt::keep and xt::drop slices https://xtensor.readthedocs.io/en/latest/view.html?highlight=xt%3A%3Akeep that...

@JeremyBYU thanks for your example. Indeed, the keep slice and our other methods are not generalized enough to support multi-dimensional boolean indexing. We'll have to add that!