aboutsummaryrefslogtreecommitdiff
path: root/development/jupyter-nbformat/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2017-01-23 18:16:04 +0000
committerDavid Spencer <idlemoor@slackbuilds.org>2017-01-24 00:21:55 +0000
commit4720ca33ac4b2679bfa3a2e17e987e1d486c42ce (patch)
treed1b10af98b96ab09d8aced6924f5ba0a45d04537 /development/jupyter-nbformat/README
parentb907db2508d40631bf1623b7e525383b7b6c3dec (diff)
development/jupyter-nbformat: Added (Jupyter notebook format).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbformat/README')
-rw-r--r--development/jupyter-nbformat/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/development/jupyter-nbformat/README b/development/jupyter-nbformat/README
new file mode 100644
index 0000000000000..dfa9db520fdca
--- /dev/null
+++ b/development/jupyter-nbformat/README
@@ -0,0 +1,2 @@
+jupyter-nbformat contains the base implementation of the Jupyter Notebook
+format, and Python APIs for working with notebooks.