Skip to content

Commit

Permalink
Remove duplication in hello_world.md (#5382)
Browse files Browse the repository at this point in the history
  • Loading branch information
SultanOrazbayev authored Aug 17, 2023
1 parent 14d1bb2 commit 5357bb0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions doc/how_to/notebook/examples/hello_world.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ pn.extension(template='fast')

This application provides a minimal example demonstrating how to write an app in a Markdown file.

```.py
widget = pn.widgets.TextInput(value='world')

def hello_world(text):
return f'Hello {text}!'

pn.Row(widget, pn.bind(hello_world, widget)).servable()
```

```python
widget = pn.widgets.TextInput(value='world')

Expand Down

0 comments on commit 5357bb0

Please sign in to comment.