Skip to content

Commit

Permalink
Merge pull request #99 from rgbkrk/disable-vdom
Browse files Browse the repository at this point in the history
disable vdom output
  • Loading branch information
rgbkrk authored Oct 18, 2023
2 parents f0285d2 + aec7f57 commit 087b02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chatlab/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ def _repr_mimebundle_(self, include=None, exclude=None):
)
return {
"text/html": vdom_component.to_html(),
"application/vdom.v1+json": vdom_component.to_dict(),
# "application/vdom.v1+json": vdom_component.to_dict(),
}
2 changes: 1 addition & 1 deletion chatlab/views/argument_buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ def _repr_mimebundle_(self, include=None, exclude=None):
)
return {
"text/html": vdom_component.to_html(),
"application/vdom.v1+json": vdom_component.to_dict(),
# "application/vdom.v1+json": vdom_component.to_dict(),
}

0 comments on commit 087b02a

Please sign in to comment.