Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 0a5fb36

Browse files
committed
Set default iframe width (for Colab and regular Jupyter) to 100%
1 parent a12d82e commit 0a5fb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_dash/jupyter_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def alive():
148148

149149
def run_server(
150150
self,
151-
mode=None, width=800, height=650, inline_exceptions=None,
151+
mode=None, width="100%", height=650, inline_exceptions=None,
152152
**kwargs
153153
):
154154
"""

0 commit comments

Comments
 (0)