Skip to content

noob to julia just starting with Stipple which init??? #125

Answered by AbhimanyuAryan
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

@sio2bagger yes that's the old Stipple syntax. To run the demo you can

$ julia --project
julia> # ]
pkg> instantiate
julia> include("GermanCredits.jl")

(GermanCredits) pkg> instantiate
Precompiling project...
  3 dependencies successfully precompiled in 16 seconds (74 already precompiled)

julia> include("GermanCredits.jl")
┌ Warning: This method has been deprecated and will be removed soon. Please use `init(m::Type{M}, kwargs...)` instead.
└ @ Stipple ~/.julia/packages/Stipple/xELN6/src/Stipple.jl:792
┌ Info:
└ Web Server starting at http://127.0.0.1:8000
Genie.AppServer.ServersCollection(Task (runnable) @0x000000011d2e4230, nothing)

julia> [ Info: GET / 200
[ Info: GET /stipple.jl/mast…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@ghost
Comment options

@AbhimanyuAryan
Comment options

@AbhimanyuAryan
Comment options

@AbhimanyuAryan
Comment options

@ghost
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant