summaryrefslogtreecommitdiffstats
path: root/development/jupyter-nbconvert/README
diff options
context:
space:
mode:
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