Bugfix: have `LocalPrint` wrap `builtins.print`. Fixed https://github.com/eriknw/afar/issues/29
0.6.0
- Capture and display print statements in real time! - Displaying final expression is now always done asynchronously - `distributed >=2021.9.1` minimum version is now required - Displaying rich repr using `_ipython_display_` is no longer supported
0.5.2
- Add `-g/--get` option to IPython magic to use `afar.get` instead of `afar.run` - Fix install from source distribution 🤞
0.5.1
- Make exceptions a little nicer (e.g., don't show `NameError`) - Allow `Run` objects to have a client
0.5.0
- Add `%afar` and `%%afar` IPython magics!
0.4.1
- Fix display of outputs when using `ipywidgets` in the notebook - JupyterLab still has issue, but hopefully now works (with the occasional 0.5 second delay)