1 مستودع
Automated splitting of notebooks to remove solution code for educational distribution.
Distinct from Educational Code Notebooks: Distinct from Educational Code Notebooks: specifically handles the process of stripping solutions from a master file.
Explore 1 awesome GitHub repository matching scientific & mathematical computing · Student Version Generation. Refine with filters or upvote what's useful.
Pluto.jl is a reactive computing environment for Julia that functions as a programmable document format. It serves as an interactive data science IDE and a polyglot computational notebook that stores Julia code and environment dependencies as versionable source files. The system is distinguished by its reactive execution model, which uses a directed acyclic graph to track variable dependencies and automatically re-evaluate affected downstream cells when a value changes. It ensures reproducibility by integrating isolated package environments directly within the notebook file and persisting con
Generates student versions of notebooks by removing solution code from a master file.