Arthur Newbury

Results 18 comments of Arthur Newbury

I have a custom template like this ``` \documentclass{tufte-handout} \usepackage{geometry} \usepackage{lmodern} \usepackage{sourcecodepro} \usepackage{amssymb,amsmath} \usepackage{bm} \usepackage{graphicx} \usepackage{microtype} \usepackage{hyperref} \usepackage{listings} \usepackage{color} \definecolor{lbcolor}{rgb}{1,1,0.95} \lstset{frameround=fttt, frame=trBL, basicstyle=\sourcecodepro\footnotesize, upquote=true, breaklines=true, breakindent=0pt, keepspaces=true, showspaces=false, columns=fullflexible, showtabs=false,...

> Just dropping by to say this feature would be very cool. Being able to drop in bibtex citations in `.jmd` files then weave that into pdf's would unlock the...

Yes. That's great, thanks.

Unfortunately not. I get the same error. the file C:\\Users\\arn203\\.julia\\conda\\3\\lib\\site-packages\\scipy\\.libs\\libbanded5x.CBCBXIAYFUWOYCSBXUA2BT6W76FYX4C7.gfortran-win_amd64.dll is definitely there also.

Unfortunately not. I'm now getting the same error , but on this line ``` julia> pyimport_conda("scipy", "scipy", "conda-forge") [ Info: Installing scipy via the Conda scipy package... [ Info: Running...

Hopefully it should be straight forward to change adapt_delta in Stan. See bellow. [#258](https://github.com/SciML/DiffEqBayes.jl/pull/258) https://github.com/SciML/SciMLBenchmarks.jl/pull/497

FWIW, I tend to agree with @nsiccha. Playing with compiler flags seems to be the norm for aggressively optimised Stan models. Since Turing models are being optimised by actual Turing...

Is there any advantage to doing this (using weave) as opposed to just using live code evaluation with Franklin.

Now that I think of it, I definitely like the idea of keeping my reports as weavable jmds. But it would be nice to no how to do this within...

Thanks @TheCedarPrince. I cant seem to get it working though. Works fine when I use ```serve```. But not when I push to github. Only works with ```serve``` if i include...