js-notebook-inspector icon indicating copy to clipboard operation
js-notebook-inspector copied to clipboard

implement observable js notebook editor

Open RandomFractals opened this issue 5 years ago • 2 comments

with new native vscode Notebooks UX and notebook document API for editing observable notebooks

RandomFractals avatar May 06 '20 12:05 RandomFractals

I started hacking on this in my fluid notebook repo.

Output-renderer branch has some work on getting HTML output to work (via returning the string instead of html…``, which needs document in the execution environment (looking as jsdom, etc).

darknoon avatar May 20 '20 15:05 darknoon

@darknoon thanks for sharing. I'll take a look.

RandomFractals avatar May 20 '20 15:05 RandomFractals