From a34df3be2d77a7ecd3bea014955272b8e4831b6e Mon Sep 17 00:00:00 2001 From: Rajeev Jain Date: Mon, 11 May 2026 17:08:54 -0500 Subject: [PATCH] show ux.open_dataset call in data structures user guide --- docs/user-guide/data-structures.ipynb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/user-guide/data-structures.ipynb b/docs/user-guide/data-structures.ipynb index b22880aae..15c069008 100644 --- a/docs/user-guide/data-structures.ipynb +++ b/docs/user-guide/data-structures.ipynb @@ -486,9 +486,7 @@ } }, "outputs": [], - "source": [ - "uxds" - ] + "source": "uxds = ux.open_dataset(grid_path, data_path)\nuxds" }, { "cell_type": "markdown",