Notes on learning the Julia language.
- Run
julia ]thenactivate .activates an environment for the current directory]thenadd <name-of-package-1>, <name-of-package-2>installs packages- Alternatively,
instantiateinstalls all packages in aProject.tomlfile ] statusshows packages installed in the current active environment
] activate activates the default environment (equivalent to deactivating). ] activate . activates the previously created environment in the current directory.
Set the notebook's "Jupyter kernel" to the Julia installation (not "Julia release channel"). This should then use the Julia environment currently activated in VS Code: the VS Code and notebook environments should be the same.