hplgit / doconce

Lightweight markup language - document once, include anywhere
http://hplgit.github.io/doconce/doc/web/index.html
Other
311 stars 60 forks source link

Add support for output environments in notebooks #93

Closed dragly closed 7 years ago

dragly commented 7 years ago

This will convert pycod + pyout environments into nicely formatted cells in notebooks.

!bc pycod
print("Hello, world!")
!ec
# 
!bc pyout
Hello, world!
!ec

Result: screenshot from 2017-01-10 18-06-22-2