Optionalallow_Optionalenable_Enable the history feature of the viewer.
This is only relevant when hide_welcome_screen is false,
as it's currently only used to allow going between the welcome screen and examples.
Defaults to false.
Optionalfallback_The fallback token to use, if any.
The fallback token behaves similarly to the REDAP_TOKEN env variable. If set in the
enclosing notebook environment, it should be used to set the fallback token.
OptionalheightThe CSS height of the canvas.
Optionalhide_If set to true, hides the welcome screen, which contains our examples. Defaults to false.
Optionalmanifest_Url to the example manifest. Unused if hide_welcome_screen is set to true.
Optionalrender_The render backend used by the viewer. Either "webgl" or "webgpu". Prefers "webgpu".
Optionalvideo_Video decoder config used by the viewer. Either "auto", "prefer_software" or "prefer_hardware".
OptionalwidthThe CSS width of the canvas.
Allow the viewer to handle fullscreen mode. This option sets canvas style so is not recommended if you are doing anything custom, or are embedding the viewer in an iframe.
Defaults to
false.