Files
2026-07-13 13:05:14 +08:00

30 lines
607 B
Plaintext

{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from __future__ import annotations\n",
"\n",
"from rerun.notebook import Viewer\n",
"\n",
"v = Viewer(\n",
" width=\"auto\",\n",
" height=\"auto\",\n",
" url=\"https://app.rerun.io/version/nightly/examples/raw_mesh.rrd\",\n",
")\n",
"v.update_panels(\n",
" blueprint=\"hidden\",\n",
" selection=\"hidden\",\n",
" time=\"collapsed\",\n",
")"
]
}
],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
}