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 d0d92d2 commit 6c1d457Copy full SHA for 6c1d457
CHANGES.md
@@ -13,6 +13,10 @@
13
e.g., `"file"`, `"s3"`.
14
* Enhanced `ExecutorPreloadHandle` to propagate `preload_params` to the `preload_data`
15
method, and renamed the `PreloadStatus` argument `stopped` to `completed`. (#1184)
16
+* Delegation of the visualization of the preload handle changed: If code runs as
17
+ script, the class `PreloadDisplay` is used which visualizes the progress of the
18
+ preload as a plain text; if the code is run in a Jupyter notebook cell, the class
19
+ `IPyPreloadDisplay` and the progress of the preload is shown as a HTML table. (#1184)
20
21
22
### Other changes
0 commit comments