Marc Skov Madsen

Results 435 comments of Marc Skov Madsen

I've changed https://github.com/bokeh/ipywidgets_bokeh/blob/379308211dd81e67eeb792dab2c58d5e98598cc2/ipywidgets_bokeh/kernel.py#L44 to ```python class SessionWebsocket(session.Session): def send(self, stream, msg_type, content=None, parent=None, ident=None, buffers=None, track=False, header=None, metadata=None): print("\n---------SEND--------------") print("stream", stream) print("msg_type", msg_type) print("content", content) print("parent", parent) print("header", header) print("metadata",...

Refactoring my example to ```python # pip install ipycanvas panel ipywidgets_bokeh import panel as pn from ipycanvas import Canvas pn.extension('ipywidgets') canvas = Canvas(width=200, height=200) # Cubic curves example button =...

My vote would go for adding jupyter-server-proxy items to an `Application` category (or one or more custom ones) just below the `Notebook` category. In that way I could move the...

I can then just set `allow_None` to be allowed to set it. Unfortunately it does not change automatically. ```bash $ python 'issue_object_selector.py' 1 [] None (.venv) ``` ```python import param...

Yes. I get that prompt. I then clicked "Get started" under bug report.

I think the name should be under parameters 1) It is easier to read and 2) `name` as some kind of special/ reserved parameter with special behavior that is always...

Regarding the name as a uuid. For me it’s been a mental challenge all the way of using param that - name is a special parameter on a parameterized class...

Here is a video illustrating the concept. https://user-images.githubusercontent.com/42288570/122000237-c5b66280-cdae-11eb-8eee-a3d33c1d0b53.mp4

and here is a faster version https://user-images.githubusercontent.com/42288570/122000307-e383c780-cdae-11eb-9751-1f152243b0e0.mp4

I will make a PR with the notebook. But please consider giving me right to push to the repository like I have for Panel @jbednar .