Simon Høxbro Hansen

Results 108 issues of Simon Høxbro Hansen

This adds a notebook that explains the different ways of working with large time-series datasets with holoviz

Right now this will print an empty string and dictionary: ``` python import param from lumen.base import Component class Example(Component): s = param.String() d = param.Dict() ex = Example(s="$", d={"a":...

Right now, `state.to_spec` will run the respective class `to_spec` method. There should be a type check to validate that the type is correct, e.g., `layouts` should have the type of...

Some methods in Lumen need different inputs depending on the class it is called from. An example of this could be `from_spec`, the example below. I would like to see...

Fixes #1339 However, I get TypeErrors when moving around the UI. Need to look into if it is directly related to the conversion.

Fixes https://github.com/holoviz/geoviews/issues/721

I almost accidentally made a wrong package version bump; this will add some safeguards so it does not happen.

All pull requests must have an associated issue in the issue tracker. If there isn't one, please go open an issue describing the defect, deficiency or desired feature. You can...

status: WIP