Skip to content

Using Sidecar in jupyterlab. Trying to show HTMl. Just shows in standard cell output instead of opening a sidecar. #36

Description

@kevinsneel

Here's my code. What am I doing wrong:

sc = Sidecar(title='Trace')
ht = widgets.HTML(
value="Hello World",
placeholder='Some HTML',
description='Some HTML',
)
with sc:
display(ht)

I have also tried:

sc = Sidecar(title='Trace')
with sc:
display(HTML(functools.reduce(lambda x, y: x+y, c.htmlStream())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions