I do not recommend Pluto for learning Julia, as its disallows variable reassignment between cells while not being able to keep track of changes in mutable structs (including vectors). I recommend using a Jupyter Notebook. I recently had difficulties putting Julia to work in a Jupyter Notebook, so I understand the allure of using Pluto (which is fully written in Julia), but I was able to put it to work in my Arch Linux machine and wrote a step-by-step guide on how to make it work: Jupyter and Jupytext through IJulia.jl (Jupytext does not really work) - #4 by Henrique_Becker
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Does anyone find it is a bit annoying that Pluto.jl does not let you reuse variable in different cells? | 8 | 4252 | December 26, 2020 | |
| invalid redefinition of constant in Juno. But works in terminal | 2 | 981 | January 5, 2018 | |
| Pluto.jl throws a multiple assigning error when trying to change the values of a variable | 1 | 1406 | March 21, 2021 | |
| How best to debug a Pluto notebook? | 0 | 390 | September 22, 2022 | |
| How to recover \pi as a constant instead of a variable defined later in julia? | 6 | 1324 | June 1, 2018 |