From d90a3cd7a562487ebe706b9d1d107444ca7e7381 Mon Sep 17 00:00:00 2001 From: Andrew <15331990+ahuang11@users.noreply.github.com> Date: Wed, 22 May 2024 08:55:57 -0700 Subject: [PATCH 1/2] Point to Panel RX --- doc/user_guide/Reactive_Expressions.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user_guide/Reactive_Expressions.ipynb b/doc/user_guide/Reactive_Expressions.ipynb index 1b359edd..113ac778 100644 --- a/doc/user_guide/Reactive_Expressions.ipynb +++ b/doc/user_guide/Reactive_Expressions.ipynb @@ -229,7 +229,7 @@ "source": [ "In this case, `df` wraps the `read_csv` call generating the DataFrame, rather than a specific DataFrame instance. This demonstrates the flexibility of reactive expressions: you can write code as you usually would, but gain control over its reactivity.\n", "\n", - "While we've been updating `.rx.value` manually in this notebook, you could easily replace these literals with widgets from ipywidgets or [HoloViz Panel](https://panel.holoviz.org), enabling you to create user-interactive, reactive applications with minimal effort." + "While we've been updating `.rx.value` manually in this notebook, you could easily replace these literals with widgets from ipywidgets or [HoloViz Panel](https://panel.holoviz.org/tutorials/basic/pn_rx.html), enabling you to create user-interactive, reactive applications with minimal effort." ] }, { @@ -918,7 +918,7 @@ "id": "7e5ff5e8", "metadata": {}, "source": [ - "You can thus use any Parameter in your reactive expressions, including Parameters from [HoloViz Panel](https://panel.holoviz.org) widgets." + "You can thus use any Parameter in your reactive expressions, including Parameters from [HoloViz Panel](https://panel.holoviz.org/tutorials/basic/pn_rx.html) widgets." ] }, { From 384cf2d6443180dbad580cc1b324983f4f49b2ab Mon Sep 17 00:00:00 2001 From: Andrew <15331990+ahuang11@users.noreply.github.com> Date: Wed, 22 May 2024 15:29:23 -0700 Subject: [PATCH 2/2] Update doc/user_guide/Reactive_Expressions.ipynb --- doc/user_guide/Reactive_Expressions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user_guide/Reactive_Expressions.ipynb b/doc/user_guide/Reactive_Expressions.ipynb index 113ac778..9fbedec3 100644 --- a/doc/user_guide/Reactive_Expressions.ipynb +++ b/doc/user_guide/Reactive_Expressions.ipynb @@ -918,7 +918,7 @@ "id": "7e5ff5e8", "metadata": {}, "source": [ - "You can thus use any Parameter in your reactive expressions, including Parameters from [HoloViz Panel](https://panel.holoviz.org/tutorials/basic/pn_rx.html) widgets." + "You can thus use any Parameter in your reactive expressions, including Parameters from [HoloViz Panel](https://panel.holoviz.org/tutorials/basic/pn_rx.html) widgets. In fact, reactive expressions are natively supported in Panel." ] }, {