Simon Høxbro Hansen

Results 461 comments of Simon Høxbro Hansen

Current status: current = 6b0982b, before = fb2c16e, main = 184ef3c Benchmark code ``` python import time import numpy as np import pandas as pd import datashader as ds import...

Can you share a [minimal, reproducible example (MRE)](https://stackoverflow.com/help/minimal-reproducible-example)? In general, a complete script only with the essential code, which can be copied/pasted and immediately run as-is with no modifications.

It seems to work for me (though on Linux). Can you report versions of Panel, pyviz_comms, and IPykernel? And also check you are running the correct environment inside the notebook.

Could you provide a pure HoloViews example? There is some small logic around rx in holoviews, but do you want a full drop-in replacement for every argument? That is unlikely...

Some quick comments focusing on the migration itself and not the technical part of it. From a technical standpoint, I agree with Marc that it should work with modern tooling....

I would suggest using `table = con.query(query)` instead of `con.execute(query)` as this is supported by narwhals:

This seems to be more related to `plotly` not directly supporting `color=red`. E.g. this won't work: ``` python import plotly.graph_objects as go fig = go.Figure() x = [1, 2, 3]...

Something still seems off when looking at `invert_yaxis=True` and with an inverted DataFrame (see code) Code ``` python import holoviews as hv import numpy as np import pandas as pd...