noob to julia just starting with Stipple which init??? #125
-
Hi there
on the line
so being a noob I looked around and found
It "fixes" the error BUT I want to make sure that this is the correct approach to Instantiating the Reactive model. REMEMBER I am a Julia noob first so be gentle :-) |
Beta Was this translation helpful? Give feedback.
Answered by
AbhimanyuAryan
Jul 6, 2022
Replies: 1 comment 9 replies
-
@sio2bagger yes that's the old Stipple syntax. To run the demo you can $ julia --project
init(model) is used with newer versions of Stipple :) |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@sio2bagger yes that's the old Stipple syntax. To run the demo you can
$ julia --project
julia> # ]
pkg> instantiate
julia> include("GermanCredits.jl")