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

Commit 327f9cf

Browse files
committed
Add README
1 parent c59a589 commit 327f9cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter_dash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ def _jupyter_nbextension_paths():
1212
}
1313
]
1414

15-
__version__ = "0.2.0a6"
15+
__version__ = "0.2.0a7"

jupyter_dash/jupyter_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def run_server(
210210
wait_exponential_max=1000
211211
)
212212
def run():
213-
super_run_server(host=host, port=port, **kwargs)
213+
super_run_server(**kwargs)
214214

215215
thread = Thread(target=run)
216216
thread.setDaemon(True)

0 commit comments

Comments
 (0)