Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed May 1, 2020
1 parent c59a589 commit 327f9cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyter_dash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ def _jupyter_nbextension_paths():
}
]

__version__ = "0.2.0a6"
__version__ = "0.2.0a7"
2 changes: 1 addition & 1 deletion jupyter_dash/jupyter_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def run_server(
wait_exponential_max=1000
)
def run():
super_run_server(host=host, port=port, **kwargs)
super_run_server(**kwargs)

thread = Thread(target=run)
thread.setDaemon(True)
Expand Down

0 comments on commit 327f9cf

Please sign in to comment.