RandomFractals / js-notebook-inspector

JS Notebook 📓 Inspector 🕵️ -> vscode extension for Interactive Preview of Observable JS Notebooks 📚 & Notebook 📓 Nodes ⎇ & Cells ⌗ source code.
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.js-notebook-inspector
Apache License 2.0
24 stars 3 forks source link

implement observable js notebook editor #16

Open RandomFractals opened 4 years ago

RandomFractals commented 4 years ago

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

darknoon commented 4 years ago

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).

RandomFractals commented 4 years ago

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