I just wanted to share a tip that has come in handy lately that might not be obvious.
If you have multiple versions of Julia installed and want to change which
one is used by IJulia as the kernel, just run whichever julia you want it
to use and use
Pkg.build("IJulia")
This will reconfigure IJulia to use the current julia version.
