Vidar Tonaas Fauske
Vidar Tonaas Fauske
If someone could please share some code to reproduce this error I might be able to help.
@the21st But that code doesn't use the `traittypes` package at all. Could you explain a little more what code in this repo that example is relevant for?
Well, as there isn't a standard JSON primitive for dates, you would be responsible for serializing the data/datetime/time object yourself.
Just a lack of time in coordinating a release :)
Currently, I've done some work in [ipydatawidgets](https://github.com/vidartf/ipydatawidgets), which includes basic serialization to scijs ndarrays. It also includes separate data widgets for sharing data. There are still some TODOs left, and...
@maartenbreddels / @SylvainCorlay Do you think I should add serializers in ipydatawidgets for serializing to/from something else than scijs ndarrays? Adding another set of serializers should be no problem!
It has been a while since I touched this, but at least in ipydatawidgets I think it might have been "significant" in order to work around the previous missing option...
Most of these types have now been set up to have optional dependencies (i.e. if you use the ndarray one, it assumes you have numpy). As such, I have no...
Good point. I think we could add a "Contributing" part, either as a separate .md file, or as a section in the README. If you are developing for classic notebook,...
Would this also solve cases where your model is intended for auto-completing code? E.g. the current prompts asking magics with code format doesn't work with all models since it adds...