Browse packages on Juliahub
Pick a topic that interests you or that you want to use for your final project and search, or browse categories
Read the documentation - is there example code?
Install and run some examples
Julia Observer and JuliaHub both aggregate information about packages registered in the "General Registry", which is where Pkg
looks when you do things like add SomePackage
.
They also have some notion of keywords and descriptions, and allow you to search within the documentation of packages. For example, say you want to make a boxplot - what packages could you try?
I'll pick the first hit (not always the best choice).
Searching the documentation, I see a couple of examples. It's usually a good idea to run the example code and make sure it works before starting to try your own stuff. For your lab, you can use your final project analysis repo, or activate a temporary environment
Also be sure to modify the examples to try out different combinations of things. Starting from a known-working set of code and incrementally changing it is often the best way to become familiar with a package and it's capabilities.
Say I want to add some color to my plots - I just do ctrl+f
(or cmd+f
on mac) and look for "color".