pygraphistry icon indicating copy to clipboard operation
pygraphistry copied to clipboard

[ENH] iframe revamp

Open lmeyerov opened this issue 5 years ago • 1 comments

Create explicit iframe generation helper, and associated cleanup, as it frequently comes up in integrations:

  • add allow=fullscreen to existing allow list
  • expose as part of plotter and highlight in docs

lmeyerov avatar Jul 13 '20 21:07 lmeyerov

Addition: also a link form. Maybe switch render to:

Plotter.plot(render: bool | 'link' | 'subpath' | 'iframe' | 'jupyter' | 'streamlit' | ...)

lmeyerov avatar Jul 15 '20 20:07 lmeyerov