If you are having troubles with a "Dead Kernel" with juliabox
we can fix it. We need to do two things: remove the old packages, bring in new packages:
One: After logging on click on the "Console" tab:
Two: Copy and paste this command into the console, then hit "enter":
cd ~/.julia; rm -rf v0.4 0.4
Three: click on the Jupyter
tab.
This part we did already, but have to do so again:
One: Open a new notebook, version Julia 0.4.7
Two: Execute this command
Pkg.update() Pkg.clone("https://github.com/mth229/MTH229.jl")
Then wait while the package manager does its thing. This can be a long
Three: When that is done, replace the commands in that cell with
using MTH229
Run this new command. If there is an error, restart the kernel and run again
using MTH229
That should do it.