JunoLab / Weave.jl

Scientific reports/literate programming for Julia
http://weavejl.mpastell.com
MIT License
821 stars 94 forks source link

Add optional softscoping #471

Open lkdvos opened 1 year ago

lkdvos commented 1 year ago

Uses SoftGlobalScope to mimic IJulia behaviour for notebooks. This eliminates the need of global in loops at top level. Optionally, this could be enabled for .jmd files as well, allthough this is not enabled by default.

Closes #385