Skip to content

Commit

Permalink
fix error & debug
Browse files Browse the repository at this point in the history
Signed-off-by: Mecoli1219 <[email protected]>
  • Loading branch information
Mecoli1219 committed Nov 15, 2024
1 parent e74837c commit 41d0a64
Showing 1 changed file with 7 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
---
kernelspec:
display_name: Python 3
language: python
name: python3
---

(getting_started_jupyter_notebook_interactive_mode)=

# Hello, World!
Expand All @@ -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?

<!-- ```{rli} https://raw.githubusercontent.com/flyteorg/flytesnacks/fbe246177d321e0491b652084c1c3a9c0cb0d35c/examples/papermill_plugin/papermill_plugin/simple.py
:caption: papermill_plugin/simple.py
```{literalinclude} /examples/papermill_plugin/papermill_plugin/nb_simple.ipynb
:caption: papermill_plugin/nb_simple.ipynb
:lines: 1
``` -->
```

<!-- ```{nb-rli} https://raw.githubusercontent.com/Mecoli1219/flytesnacks/85966d139a9a3ccdf3323124563960fdd5f5844a/examples/basics/basics/basic_interactive_mode.ipynb
<!-- ```{literalinclude} /examples/basics/basics/basic_interactive_mode.ipynb
:caption: basics/basic_interactive_mode.ipynb
:cell: 5
:lines: 1-2
```
```{nb-rli} https://raw.githubusercontent.com/Mecoli1219/flytesnacks/85966d139a9a3ccdf3323124563960fdd5f5844a/examples/basics/basics/basic_interactive_mode.ipynb
```{literalinclude} /examples/basics/basics/basic_interactive_mode.ipynb
:caption: basics/basic_interactive_mode.ipynb
:cell: 3
``` -->
Expand Down

0 comments on commit 41d0a64

Please sign in to comment.