<> Jupyter - Jupyter https://jupyter.org/ - What is the Jupyter Notebook? https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/what_is_jupyter.html - Jupyter Notebook Tutorial: Introduction, Setup, and Walkthrough https://www.youtube.com/watch?v=HW29067qVWk&ab_channel=CoreySchafer - Jupyter/IPython notebooks https://github.com/jupyter/jupyter/wiki <> Julia - Download and install Julia https://julialang.org/downloads/ https://julialang.org/downloads/platform/ - Install IJulia https://juliahub.com/ui/Packages/IJulia/nfu7T/1.21.2 - Start a Julia session - Run the following two commands: using Pkg Pkg.add("IJulia") <> Julia: Getting Started https://docs.julialang.org/en/v1/manual/getting-started/ <> Uisng Julia with Jupyter - Install IJulia (you only need to do this once) - load IJulia: using IJulia - start a jupyter notebook, say: notebook(dir=".",detached=true) - This opens a jupyter servier, where one clicks on "new" to create a new notebook or select an existing notebook !!! one may need to use a password - Use the Help to learn about working with a jupyter notebook <> Useful jupyter commands - jupyter notebook password - jupyter notebook list