JuliaAcademy / JuliaTutorials

Learn Julia via interactive tutorials!
https://julialang.org/learning/
MIT License
1.27k stars 661 forks source link

Allow running notbooks in binder #88

Open bgctw opened 2 years ago

bgctw commented 2 years ago

Binder provides an environment to run Julia notebooks. However, a Project.toml with a julia compat entry is required to provide the Julia kernel with it.

Furthermore, Interactive.jl and plotly require further jupyter extensions.

logankilpatrick commented 2 years ago

Can you send a link so I can test this out?

bgctw commented 2 years ago

Link to Binder with branch on forked repo I got using Interactive.jl working. I still had problems with the plotly() graphics backend. However, this allowed me running the tutorials after juliabox has retired.