This is the companion notebook to the paper Algebraic Statistics in Oscar by Boege, Della Vecchia, Garrote López and Hollering. The notebook follows the code snippets in the paper as they appear and adds some additional complementary code.
The necessary Oscar code is currently only available the latest Oscar master and will appear in Oscar 1.7.0. Until then Oscar should be installed via
julia> ] add https://github.com/oscar-system/Oscar.jl.git
You can also install the dependencies of this project by using the julia package manager
julia> using Pkg
julia> Pkg.activate(".");
julia> Pkg.resolve()
If you installed the dependencies as above, you will have IJulia available and you can create a jupyter session in the current direcory as follows.
julia> using IJulia
julia> notebook(dir=".")
A jupyter session should pop up now click on AlgebraicStatisticsNotebook.ipynb and contiue from there.