We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a48a9 commit 07721d2Copy full SHA for 07721d2
CHANGELOG.md
@@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
4
5
## [UNRELEASED]
6
7
+## Added
8
+
9
+- [#2530](https://github.com/plotly/dash/pull/2530) Merge JupyterDash repository with Dash.
10
+ - Add `jupyter_mode` argument to `app.run`, defaults to `inline` and configurable via `jupyter_dash.default_mode`.
11
+ - Add prefixed arguments from `JupyterDash` to `app.run`: `jupyter_width`, `jupyter_height`, `jupyter_server_url`.
12
13
## Fixed
14
15
- [#2565](https://github.com/plotly/dash/pull/2565) Fix sorting for > 10 pages, fix [#2564](https://github.com/plotly/dash/issues/2564)
0 commit comments