From 85f7fbb658e10cae1b27eefea8443a3e4981e225 Mon Sep 17 00:00:00 2001 From: "Erez A. Korn" Date: Sat, 4 May 2024 10:00:37 +0300 Subject: [PATCH 1/3] Correct link to Jupyter Code Executor in code-executors.ipynb The link to the code executor was referencing the wrong folder. --- website/docs/tutorial/code-executors.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/tutorial/code-executors.ipynb b/website/docs/tutorial/code-executors.ipynb index 72feabf2a94..12458c5c894 100644 --- a/website/docs/tutorial/code-executors.ipynb +++ b/website/docs/tutorial/code-executors.ipynb @@ -41,7 +41,7 @@ "\n", "In this chapter, we will focus on the command line code executors.\n", "For the Jupyter code executor, please refer to the topic page for \n", - "[Jupyter Code Executor](../topics/code-execution/jupyter-code-executor)." + "[Jupyter Code Executor](../../topics/code-execution/jupyter-code-executor)." ] }, { @@ -674,7 +674,7 @@ "Contrast to the command line code executor, the Jupyter code executor\n", "runs all code blocks in the same Jupyter kernel, which keeps the state\n", "in memory between executions.\n", - "See the topic page for [Jupyter Code Executor](../topics/code-execution/jupyter-code-executor).\n", + "See the topic page for [Jupyter Code Executor](../../topics/code-execution/jupyter-code-executor).\n", "\n", "The choice between command line and Jupyter code executor depends on the\n", "nature of the code blocks in agents' conversation.\n", From e37fcf5785f0601fb561b4d854f1bedc66ca8ead Mon Sep 17 00:00:00 2001 From: "Erez A. Korn" Date: Sun, 5 May 2024 11:08:17 +0300 Subject: [PATCH 2/3] Update website/docs/tutorial/code-executors.ipynb Co-authored-by: Eric Zhu --- website/docs/tutorial/code-executors.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/tutorial/code-executors.ipynb b/website/docs/tutorial/code-executors.ipynb index 12458c5c894..a67e91e511e 100644 --- a/website/docs/tutorial/code-executors.ipynb +++ b/website/docs/tutorial/code-executors.ipynb @@ -41,7 +41,7 @@ "\n", "In this chapter, we will focus on the command line code executors.\n", "For the Jupyter code executor, please refer to the topic page for \n", - "[Jupyter Code Executor](../../topics/code-execution/jupyter-code-executor)." + "[Jupyter Code Executor](/docs/topics/code-execution/jupyter-code-executor)." ] }, { From f636204beeee110b0c144ea0c503f5b6adcf5658 Mon Sep 17 00:00:00 2001 From: "Erez A. Korn" Date: Sun, 5 May 2024 11:08:32 +0300 Subject: [PATCH 3/3] Update website/docs/tutorial/code-executors.ipynb Co-authored-by: Eric Zhu --- website/docs/tutorial/code-executors.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/tutorial/code-executors.ipynb b/website/docs/tutorial/code-executors.ipynb index a67e91e511e..f1e0c26510e 100644 --- a/website/docs/tutorial/code-executors.ipynb +++ b/website/docs/tutorial/code-executors.ipynb @@ -674,7 +674,7 @@ "Contrast to the command line code executor, the Jupyter code executor\n", "runs all code blocks in the same Jupyter kernel, which keeps the state\n", "in memory between executions.\n", - "See the topic page for [Jupyter Code Executor](../../topics/code-execution/jupyter-code-executor).\n", + "See the topic page for [Jupyter Code Executor](/docs/topics/code-execution/jupyter-code-executor).\n", "\n", "The choice between command line and Jupyter code executor depends on the\n", "nature of the code blocks in agents' conversation.\n",