render(reactNode: React.ReactNode): Deno.jupyter.Displayable
Renders a React node as an HTML string for display in Jupyter.
Note: This only supports server-side rendering (SSR). Hooks and stateful components cannot be used.
A Jupyter-compatible display object.