issues
search
rgbkrk
/
display.js
Rich Displays for Jupyter JavaScript Kernels
https://deno.land/x/display
BSD 3-Clause "New" or "Revised" License
20
stars
1
forks
source link
break formatting out to a separate module
#6
Closed
rgbkrk
closed
1 year ago
rgbkrk
commented
1 year ago
We're not really doing
display_data
here so I thought I'd make that more clear by creating a format module, in advance of true
display
Break out
format
into a separate module, which really encapsulates all that
DisplayFormatters
do in IPython
Create tagged template literals for
html
,
md
,
plain
, and
js
(like IPython.display.Markdown, only better).
display_data
here so I thought I'd make that more clear by creating a format module, in advance of truedisplay
format
into a separate module, which really encapsulates all thatDisplayFormatters
do in IPythonhtml
,md
,plain
, andjs
(like IPython.display.Markdown, only better).