asg017 / dataflow

An experimental self-hosted Observable notebook editor, with support for FileAttachments, Secrets, custom standard libraries, and more!
https://alexgarcia.xyz/dataflow/
MIT License
400 stars 24 forks source link

Design for Notebooks in Dataflow #8

Open asg017 opened 3 years ago

asg017 commented 3 years ago

Currently, the design for notebooks in Dataflow isn't that great. It uses github-markdown-css for ok-ish styling for the markdown and a lot of weird custom CSS on top to solve random issues.

I want to spend the time to create a better design system for dataflow, one that's great for computational and data heavy notebooks. I don't want it to be too similar to what observablehq.com has, since I feel like that design is a little more lenient for blogging/prose-heavy notebooks (and I'd imagine dataflow would be used more for software engineering/data analyst/development heavy notebooks).