Skip to content

0.4.0

Compare
Choose a tag to compare
@eriknw eriknw released this 21 Aug 23:12
· 36 commits to main since this release
d34e022
  • Workaround to work with %%time and %%timeit magics
  • Avoid "Large object" UserWarning by using client.scatter
  • Add run.cancel method to cancel pending tasks.
    • Also cancel pending tasks on KeyboardInterrupt
  • Capture print statements to stdout and stderr, and display locally
    • If in a notebook, use ipywidgets to update output asynchronously

Many thanks to @jrbourbeau and @gjoseph92 for raising issues and offering suggestions!