RubyData / rubydown

rubydown is pure-Ruby R Markdown clone
https://rubygems.org/gems/rubydown
MIT License
16 stars 2 forks source link

Adding .ipynb input support #17

Open kozo2 opened 5 years ago

kozo2 commented 5 years ago

like

rubydown -i hoge.ipynb

This will

  1. nbconvert hoge.ipynb to hoge.md
  2. run hoge.md and generate hoge.html
kozo2 commented 5 years ago

I started this in ipynb-support branch