Julia Online Notebook

On my way to learn Julia, instructors referred to JuliaBox several times. After searching about it I realized it has now been changed to JuliaHub. If I’m wrong, correct me. I logged in to JuliaHub with my Google account but realized that I had to pay to use a notebook or IDE.
There are currently free options for Jupyter notebooks with Python kernel, such as:

Is there such an official free online notebook for Julia or not? Solution other than hacking Google Colab to use Julia in it such as this https://discourse.julialang.org/t/julia-on-google-colab-free-gpu-accelerated-shareable-notebooks/15319.

There is https://mybinder.org/ (see GitHub - binder-examples/demo-julia), Julia Online Compiler & Interpreter - Replit, and https://nextjournal.com/.

3 Likes

As discussed here, Julia Box is discontinued, but there are a lot of alternatives.

1 Like

There is also Pluto.jl in Binder:
http://web.plutojl.org/

3 Likes