summaryrefslogtreecommitdiffstats
path: root/development/jupyter-nbconvert/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-01-24 22:59:48 +0100
committer Willy Sudiarto Raharjo2017-01-28 01:38:03 +0100
commitb7ab231875100a08527e5c48a15740355a7f3bbd (patch)
tree902c315066bf0590115d6ce2876f268305f063ff /development/jupyter-nbconvert/README
parent2a6843aceab0b3c431b867d8038ff18a70012e9d (diff)
downloadslackbuilds-b7ab231875100a08527e5c48a15740355a7f3bbd.tar.gz
development/jupyter-nbconvert: Added (Jupyter notebook conversion).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbconvert/README')
-rw-r--r--development/jupyter-nbconvert/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/development/jupyter-nbconvert/README b/development/jupyter-nbconvert/README
new file mode 100644
index 0000000000..326c2f9b56
--- /dev/null
+++ b/development/jupyter-nbconvert/README
@@ -0,0 +1,10 @@
+The nbconvert tool, jupyter nbconvert, converts notebooks to various other
+formats via Jinja templates. The nbconvert tool allows you to convert an .ipynb
+notebook file into various static formats including:
+ * HTML
+ * LaTeX
+ * PDF
+ * Reveal JS
+ * Markdown (md)
+ * ReStructured Text (rst)
+ * executable script