From 7f5072a7b40d1f5de61e6fd11459a49fbcbc6823 Mon Sep 17 00:00:00 2001 From: Mecoli1219 Date: Tue, 12 Nov 2024 16:12:32 -0800 Subject: [PATCH] fix error & debug Signed-off-by: Mecoli1219 --- docs/conf.py | 1 - .../flyte_fundamentals/jupyter_notebook_interactive_mode.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 068796d1e7..fda357ce2e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -629,7 +629,6 @@ "examples/data_types_and_io", "examples/development_lifecycle", "examples/extending", - "examples/papermill_plugin", "examples/productionizing", "examples/testing" ] diff --git a/docs/user_guide/flyte_fundamentals/jupyter_notebook_interactive_mode.md b/docs/user_guide/flyte_fundamentals/jupyter_notebook_interactive_mode.md index f31619548a..b27bf9771a 100644 --- a/docs/user_guide/flyte_fundamentals/jupyter_notebook_interactive_mode.md +++ b/docs/user_guide/flyte_fundamentals/jupyter_notebook_interactive_mode.md @@ -18,7 +18,7 @@ kernelspec: :lines: 1 ``` -```{rli} https://raw.githubusercontent.com/flyteorg/flytesnacks/fbe246177d321e0491b652084c1c3a9c0cb0d35c/examples/papermill_plugin/papermill_plugin/nb_simple.ipynb +```{rli} https://raw.githubusercontent.com/flyteorg/flytesnacks/fbe246177d321e0491b652084c1c3a9c0cb0d35c/examples/papermill_plugin/papermill_plugin/simple.py :caption: basics/basic_interactive_mode.ipynb :lines: 1-4 ```