With Static Content...

Embed any HTML content in a cloud notebook with EmbeddedHTML:

  • <html><body>...</body></html> wrappers are optional in embedded HTML content.

With Parameterized Content...

Use StringTemplate to insert parameters into HTML content:

With JavaScript Content...

Embedded HTML can contain JavaScript code to make active content:

  • Embedded HTML is rendered as a sandboxed <iframe> that restricts certain potentially unsafe script actions.
  • JavaScript code in embedded HTML cannot access the parent window of the <iframe>.

With Static Content...

Embed any HTML content in a cloud notebook with EmbeddedHTML:

  • <html><body>...</body></html> wrappers are optional in embedded HTML content.

With Parameterized Content...

Use StringTemplate to insert parameters into HTML content:

With JavaScript Content...

Embedded HTML can contain JavaScript code to make active content:

  • Embedded HTML is rendered as a sandboxed <iframe> that restricts certain potentially unsafe script actions.
  • JavaScript code in embedded HTML cannot access the parent window of the <iframe>.

Notes

Use the ImageSize option to specify the size of an embedded HTML iframe: