From 41d0a64d57968ef340a324ba79b9f0c0f8010f56 Mon Sep 17 00:00:00 2001 From: Mecoli1219 Date: Thu, 14 Nov 2024 16:15:35 -0800 Subject: [PATCH] fix error & debug Signed-off-by: Mecoli1219 --- .../jupyter_notebook_interactive_mode.md | 21 +++++++------------ 1 file changed, 7 insertions(+), 14 deletions(-) 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 75547b13d1..7ad2b0dad0 100644 --- a/docs/user_guide/flyte_fundamentals/jupyter_notebook_interactive_mode.md +++ b/docs/user_guide/flyte_fundamentals/jupyter_notebook_interactive_mode.md @@ -1,10 +1,3 @@ ---- -kernelspec: - display_name: Python 3 - language: python - name: python3 ---- - (getting_started_jupyter_notebook_interactive_mode)= # Hello, World! @@ -13,32 +6,32 @@ kernelspec: .. tags:: Basic ``` -```{rli} https://raw.githubusercontent.com/flyteorg/flytesnacks/69dbe4840031a85d79d9ded25f80397c6834752d/examples/basics/basics/imperative_workflow.py +```{literalinclude} /examples/basics/basics/imperative_workflow.py :caption: basics/imperative_workflow.py :lines: 1 ``` why? -```{rli} https://raw.githubusercontent.com/flyteorg/flytesnacks/69dbe4840031a85d79d9ded25f80397c6834752d/examples/basics/basics/imperative_workflow.py +```{literalinclude} /examples/basics/basics/imperative_workflow.py :caption: basics/imperative_workflow.py :lines: 1-4 ``` this is not work? - +``` -