ChifiSource / Olive.jl

pure julia notebooks
MIT License
152 stars 6 forks source link

Proposal -- No more setup #135

Closed emmaccode closed 7 months ago

emmaccode commented 8 months ago

@VarLad has proposed another idea I really like. As of right now, Olive has free mode but otherwise requires a setup. Instead of this, we should just have path denote the location of an Olive setup, and the default Olive.start simply commit to a setup under the julia directory. This way, development of Olive extensions can easily be done by developing them and using them but we are still able to have a global olive setup.

emmaccode commented 7 months ago

done !