Simon Høxbro Hansen

Results 143 comments of Simon Høxbro Hansen

The traceback ``` python-traceback Traceback (most recent call last): File "/home/shh/miniconda3/envs/holoviz/lib/python3.8/site-packages/pyviz_comms/__init__.py", line 338, in _handle_msg self._on_msg(msg) File "/home/shh/Development/holoviz/panel/panel/viewable.py", line 273, in _on_msg patch.apply_to_document(doc, comm.id) File "/home/shh/miniconda3/envs/holoviz/lib/python3.8/site-packages/bokeh/protocol/messages/patch_doc.py", line 115, in apply_to_document...

I will fix it. Nothing to worry about. EDIT: Seem like I don't have the right permissions. @maximlt can you see if you have permission to do it?

If you are unsure what to do, please don't do it. You haven't done anything which can't be fixed. Just wait for someone other to fix it.

Yes, it has been resolved. https://user-images.githubusercontent.com/19758978/197961974-1b86b46c-dc63-4c86-a853-f671e2ab77f2.mp4

Works fine for me. Tested some of the examples above. Though, I did not use `output_notebook()` at all.

We still need an official HoloViews 1.18 release before it makes sense.

I also don't have strong preference :upside_down_face:

Just in case you weren't aware, this is already supported in [HoloViews](https://github.com/holoviz/holoviews/pull/5062) and [GeoViews](https://github.com/holoviz/geoviews/pull/654).

It could be some ordering problem when converting int to str. This seems to work as expected `df = pd.DataFrame({f"{col:02d}": range(20) for col in range(11)})`