Skip to content

Instantly share code, notes, and snippets.

@bollwyvl
Last active September 6, 2016 15:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bollwyvl/e7f8136bd2ea5674dd00 to your computer and use it in GitHub Desktop.
Save bollwyvl/e7f8136bd2ea5674dd00 to your computer and use it in GitHub Desktop.
JSON-LD Context for IPython
{
"@context": {
"@vocab": "http://ipython.org/nbformat/v4/",
"nb4": "http://ipython.org/nbformat/v4/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"foaf": "http://xmlns.com/foaf/0.1/",
"language": {"@type": "@id"},
"codemirror_mode": {"@type": "@id"},
"cell_type": {"@id": "@type"},
"output_type": {"@id": "@type"},
"cells": {"@container": "@list"},
"source": {"@container": "@list"},
"outputs": {"@container": "@list"},
"text": {"@container": "@list"},
"traceback": {"@container": "@list"},
"tags": {"@container": "@set"},
"text/html": {"@container": "@list"},
"image/png": {"@container": "@list"},
"text/plain": {"@container": "@list"},
"application/javascript": {"@container": "@list"},
"collapsed": {"@type": "xsd:boolean"},
"execution_count": {"@type": "xsd:int"},
"nbformat_minor": {"@type": "xsd:int"},
"nbformat": {"@type": "xsd:int"},
"signature": {"@type": "foaf:sha1"}
}
}
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment