You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, most of the tutorials lead the readers to the Julia REPL to install packages. Wouldn't it be easier to install packages from the Pkg mode from the notebooks? A line beginning with ] runs a command in Pkg mode, just as how shell mode works in "In [2]" of IHT/Mendel_IHT_tutorial.ipynb. For example, we can use
Currently, most of the tutorials lead the readers to the Julia REPL to install packages. Wouldn't it be easier to install packages from the Pkg mode from the notebooks? A line beginning with
]
runs a command in Pkg mode, just as how shell mode works in "In [2]" of IHT/Mendel_IHT_tutorial.ipynb. For example, we can usein separate cells to install the packages for the IHT tutorial.
Another possible approach would be beginning with
using Pkg
in Julia mode as in VCTest tutorial.The text was updated successfully, but these errors were encountered: