Hacker News new | ask | show | jobs
by alpaca128 1880 days ago
I wish there was a plain text format as base that everyone agreed on no matter what UI or backend is used; that would suddenly make it usable in any text editor and people could build tools and plugins that "just work" no matter whether Jupyter or something else is used.

The closest we got was the org-mode file format with human-readable data for everything, but it seems tightly coupled with Emacs unless you only want to use it as Markdown replacement.

1 comments

But is tied to R, which maybe isn't the right approach.

Personally I love org mode, but we'd need a jupyter plugin to convert ipynb to org and back to make it work.