|
|
|
|
|
by taeric
1167 days ago
|
|
I mostly agree. I do think Jupyter choose wrong by picking JSON for their documents. They are literally marked up source documents. XML does have the "benefit" of being a bit more extensible than JSON. Specifically, being able to have namespaced elements in there does make some sense on paper. For example, you could have two extensions both add in data using the same keys, but different namespace. Can't really do that with JSON. In practice, I think it just fell flat due to way too much "forethought" in things they anticipated people wanting. |
|