Skip to content

Commit

Permalink
Update extra packages example app
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed May 23, 2024
1 parent 74e5043 commit e6ea253
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/python/extra_packages/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import tabulate
from shiny.express import ui

"""
ui.markdown(
"""
This application doesn't actually do anything -- it simply demonstrates how to
import extra packages from PyPI, by using a `requirements.txt` file.
Expand All @@ -20,3 +21,4 @@
await micropip.install("mypackage")
import mypackage
"""
)

0 comments on commit e6ea253

Please sign in to comment.