From 14a5026a93aa1ba262f69c7e9e75108756f81485 Mon Sep 17 00:00:00 2001 From: Rajeev Jain Date: Mon, 11 May 2026 16:46:26 -0500 Subject: [PATCH] Show ux.open_dataset(grid_path, data_path) in the Opening a Single Data File section Co-Authored-By: Claude Sonnet 4 --- docs/user-guide/data-structures.ipynb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/user-guide/data-structures.ipynb b/docs/user-guide/data-structures.ipynb index b22880aae..367909657 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", @@ -858,4 +856,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} +} \ No newline at end of file