From 048b484d838acd3a3de2be12e2dcea5c3844b1fc Mon Sep 17 00:00:00 2001 From: Matti Pastell Date: Fri, 5 Jan 2018 17:51:30 +0200 Subject: [PATCH] Fix notebook doc string --- src/Weave.jl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Weave.jl b/src/Weave.jl index 8a26672..1cfdccb 100644 --- a/src/Weave.jl +++ b/src/Weave.jl @@ -140,16 +140,14 @@ end """ notebook(source::String, out_path=:pwd) -Convert Weave document to Jupyter notebook and execute the code +Convert Weave document `source` to Jupyter notebook and execute the code using nbconvert. You need to have nbconvert installed and in your path. **Ignores** all chunk options. -* * `out_path`: Path where the output is generated. Can be: `:doc`: Path of the source document, `:pwd`: Julia working directory, `"somepath"`: Path as a String e.g `"/home/mpastell/weaveout"` - """ function notebook(source::String, out_path=:pwd) doc = read_doc(source)