Commit Graph

151 Commits (7d361bb40d0b7104b019349431568ed8da42f3eb)

Author SHA1 Message Date
= 95cfdaf04d Merge branch 'detect_plotlib' 2016-05-02 23:32:18 +03:00
= 5e929b7ef6 Make plotting library autodetection work in first chunk 2016-05-02 23:15:24 +03:00
Giuseppe Ragusa 1834b93cb3 Dispatch on when 2016-05-02 19:33:54 +02:00
Giuseppe Ragusa 1d72309959 Update run.jl 2016-05-02 18:11:08 +02:00
Giuseppe Ragusa cffbb7ff5c Implements chunk option prompt 2016-05-01 00:21:14 +02:00
Giuseppe Ragusa 7a0958cf13 Adding and implementing display chunk option 2016-04-30 23:59:12 +02:00
Matti Pastell 699f5b46e7 Move plotlib_set flag to rcParams 2016-04-29 16:56:05 +03:00
Matti Pastell 30a83667ee Add autodetection of plotting library, and pre and post chunk hooks, prehook for setting plot size with plots.jl 2016-04-29 16:41:18 +03:00
Matti Pastell dca852ed89 Catching of rich output implemented, initial tests with DataFrames and HTML 2016-04-27 19:18:17 +03:00
Matti Pastell 64fd4daa1d Display images automatically only if they are not assigned to variable 2016-04-27 17:52:38 +03:00
Matti Pastell 506f48f4dd Fix parsing: parse variables and not just expresssions 2016-04-27 17:30:33 +03:00
Matti Pastell 31392a067f Displaying and collecting rich results implemented 2016-04-27 17:14:42 +03:00
Matti Pastell da5001bd31 Set mimetypes based on document format, started work on capturing 'rich' text results 2016-04-27 16:05:11 +03:00
Matti Pastell 45f8871740 Generic svg and png handlers work 2016-04-27 15:10:26 +03:00
Matti Pastell 37f0c7f796 Added more general display methods for png and svg, gadfly modified to catch svg's 2016-04-27 14:51:15 +03:00
Matti Pastell f24b2157a6 First version with Plots.jl support, need to decide how to display figures 2016-04-27 10:18:06 +03:00
Matti Pastell 121ace9ec3 Fix a bug in out_path for Pandoc formats, tweak doctype autodetection 2016-04-24 16:12:30 +03:00
= 13670b1620 Allow out_path to be file or directory 2016-04-24 15:02:03 +03:00
= 01a235fd88 Fix to deserialing cached content. Caching now works as previously documented and tests pass 2016-04-23 19:19:38 +03:00
= 6ef016cc5f Mostly fixed caching, echo=false needs fixing. Switched to JLD format. 2016-04-23 18:15:59 +03:00
Matti Pastell 8292c17674 Implement autodetecting output format 2016-04-22 16:16:12 +03:00
Matti Pastell 42faaae5de Detect informat based on file extension 2016-04-22 15:39:25 +03:00
Matti Pastell 54a9a79e98 Changed readall to @compat readstring 2016-04-20 21:01:14 +03:00
Matti Pastell 6bec8f19ea Fix output for paths containing ~ 2016-04-20 13:18:12 +03:00
Matti Pastell a1de2c64e2 Added setting and restoring chunk options 2016-04-20 11:16:50 +03:00
Matti Pastell f7e18f45a3 Removed unsused code 2016-04-19 17:36:56 +03:00
Matti Pastell 54663179cb Add test and docs for hold chunk option 2016-04-19 17:07:07 +03:00
Matti Pastell 526646bb79 Add hold option for chunks 2016-04-19 16:39:10 +03:00
Matti Pastell f50c94d0ed First version of documentation with Documenter.jl and mkdocs. Remove Docile depency 2016-04-19 16:10:10 +03:00
Matti Pastell 8a35d741f6 Fixed output format and tests for PyPlot 2016-04-12 17:08:29 +03:00
= 6ab22417bf Gadfly tests pass 2016-04-11 22:16:29 +03:00
= 4fb521e219 Fixes to saving in pyplot, needs testing 2016-04-11 22:08:41 +03:00
= 0254a78e27 Fixed Gadfly tests 2016-04-11 21:23:15 +03:00
= 5dc7be69a9 Fix tuples for 0.4 2016-04-11 19:13:00 +03:00
= 0e44f9683c Make string AbstractStrings 2016-04-11 18:47:23 +03:00
= 178c295605 Change plotlib paramater 2016-04-11 18:29:19 +03:00
Matti Pastell 97fe1a43bd Capturing output now works with new options. Needs new tests and need to clean up obsolete code. Caching is broken 2015-01-11 23:38:58 +02:00
Matti Pastell 7ed8638658 Capturing output for 'script' chunks implemented, everything else is broken 2015-01-11 01:20:28 +02:00
Matti Pastell abb21a6d80 Working to improve capturing output, added functions to parse and capture chunk content. 2015-01-10 20:10:40 +02:00
Art Wild 3a9388d063 Clear only what can be cleared (vars) and disregard the rest (funcs and variables that cannot be defined) 2015-01-09 09:48:58 -05:00
Matti Pastell c2f76c7190 Added shortcut method for weave, cleaned obsolete code 2015-01-09 00:05:46 +02:00
Matti Pastell 00660a6332 Fix to caching, extended Gadfly with PGF example 2015-01-08 23:45:26 +02:00
Matti Pastell c5d91dd6c7 Removed unused code, tweaked test 2015-01-08 19:35:59 +02:00
Matti Pastell d19b374fe9 Implemented caching, added documentation and tests 2015-01-08 18:52:42 +02:00
Matti Pastell 6635eb5c74 Working on caching. Saving and restoring added, problems with formatting 2015-01-07 16:37:02 +02:00
Matti Pastell ee262e81a4 Fix: Documents run code in separate SandBoxes. Each document is executed in separate sandbox module instead of redefining the same one. Fixes warnings and occasional segfaults. 2015-01-07 12:22:32 +02:00
Matti Pastell 91914d675a Moved pyplot code to separate file, made Winston tests to run in separate process 2015-01-07 10:26:11 +02:00
Matti Pastell 5d1f5ab4d7 Refactoring to cleaner API. Added WeaveDoc type.
Reading and running chunks now return WeaveDoc's.
Cleaned weave function significantly.
2015-01-07 00:01:25 +02:00
Matti Pastell e76e823a3d Made report object local, closes #3 2015-01-06 00:56:47 +02:00
Matti Pastell 25fb2096d3 Figure saving and formatting fixed, updated unit tests 2015-01-05 16:35:24 +02:00
Matti Pastell fb30b28c12 Executing code refactored except for figures 2015-01-04 15:45:41 +02:00