diff --git a/docs/user_guide/flyte_fundamentals/running_and_scheduling_workflows.md b/docs/user_guide/flyte_fundamentals/running_and_scheduling_workflows.md index b514220ecf..acf6a5fe11 100644 --- a/docs/user_guide/flyte_fundamentals/running_and_scheduling_workflows.md +++ b/docs/user_guide/flyte_fundamentals/running_and_scheduling_workflows.md @@ -55,7 +55,8 @@ remote = FlyteRemote( If you're running this code in a Jupyter notebook, you can also use the `interactive_mode` to run workflows interactively: -```{nb-literalinclude} /mecoliexamples/basics/basics/basic_interactive_mode.ipynb +```{nb-literalinclude} /examples/basics/basics/basic_interactive_mode.ipynb +:caption: basics/basic_interactive_mode.ipynb :cell: 3 :lines: 4-9 ```