Fix notebook doc string

pull/117/head
Matti Pastell 2018-01-05 17:51:30 +02:00
parent 57c17e05a3
commit 048b484d83
1 changed files with 1 additions and 3 deletions

View File

@ -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)