I tried both
Pkg.update() and Pkg.build("IJulia")
Both worked without any glitches however the kernel still fails to start
when I open jupyter
On Wednesday, September 30, 2015 at 9:13:24 PM UTC+5:30, Steven G. Johnson
wrote:
>
> What happens when you open up the Julia command line ("REPL" ... i.e.
> double-click on the Julia program in Mac or Windows) and type
>
> Pkg.update()
> Pkg.build("IJulia")
>
> If there is an error message in the second step, that should be a clue.
> If not, relaunch `jupyter notebook` and try again.
>
> On Wednesday, September 30, 2015 at 11:29:56 AM UTC-4, Shubham Bhushan
> wrote:
>>
>> My Julia kernel was working perfectly with Jupyter and Juno However it
>> has suddenly stopped connecting with the ipython notebook. Any ideas as to
>> why this might have happened along with possible solutions? Thanks.
>>
>