Skip to content

Commit

Permalink
docs(api): Adding more api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed May 20, 2022
1 parent a78df91 commit 0c9948d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions trame/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ def get_server(name=None, create_if_missing=True, **kwargs):

__all__ = [
"get_server",
"Server",
]
6 changes: 5 additions & 1 deletion trame/app/jupyter.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import asyncio
from trame.app import get_server
from IPython import display
from trame_server.utils.asynchronous import handle_task_result

__all__ = [
"show",
"display_iframe" "run",
]


def show(_server, ui=None, **kwargs):
Expand Down

0 comments on commit 0c9948d

Please sign in to comment.