flytekit icon indicating copy to clipboard operation
flytekit copied to clipboard

Auto Display of Deck in Jupyter notebook

Open kumare3 opened this issue 3 years ago • 0 comments

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

kumare3 avatar Sep 13 '22 23:09 kumare3