How to update my Julia from version 1.6 to 1.7 from Jupyter notebook?

How to update my Julia from version 1.6 to 1.7 from the Jupyter notebook? Do I need to uninstall 1.6 and go to Julia website and download 1.7 or is it possible from the Jupyter notebook environment? Also, Do I need to update all my packages after installing Julia? I am using a windows 10 machine. Also whether it would be possible to update to Julia 1.7 using my old Julia 1.6.4 REPL. If yes then kindly show me the commands needed to update to a newer version

Have you tried the search function? There are loads of threads on here explaining different ways of how to do this.

The short answer is: no, this isn’t done through Jupyter notebook, and the easiest way on Windows is probably using juliaup which is available in the Windows store.

1 Like

Thanks