flytekit
flytekit copied to clipboard
Auto Display of Deck in Jupyter notebook
Signed-off-by: Ketan Umare [email protected]
TL;DR
Jupyter notebook can now display FlyteDecks natively
FlyteDecks are html objects. In IPython, its own HTML objects are natively display-able. This changes detects that the environment is a notebook and makes the object match the expectation of IPython
Type
- [x] Bug Fix
- [ ] Feature
- [ ] Plugin
Are all requirements met?
- [x] Code completed
- [x] Smoke tested
- [x] Unit tests added
- [x] Code documentation added
- [x] Any pending items have an associated Issue