ipynb2LiterateJulia icon indicating copy to clipboard operation
ipynb2LiterateJulia copied to clipboard

directory for output as last argument

Open briochemc opened this issue 4 years ago • 1 comments

(This is a great little utility BTW, so thanks for it!)

I think it would be nice to be able to do something like

bash literate_run_nbconvert.sh demo/ODEIntroduction.ipynb another_output_folder

to specify another_output_folder 🙂

briochemc avatar Jul 15 '20 02:07 briochemc

I would accept a PR to add this feature.

The julia version basically has this https://github.com/oxinabox/ipynb2LiterateJulia/blob/master/literate_run_nbconvert.jl

Maybe the Julia version should be made callable on the commandline

oxinabox avatar Jul 15 '20 13:07 oxinabox