I've tried both "using IJulia; notebook()" from the Julia REPL and trying jupyter notebook from the command line. Both will bring up a browser, but I only have an option to create a Python 3 notebook. There is no option in the new notebook menu to create a Julia-0.4 notebook.
On Saturday, October 10, 2015 at 2:39:38 PM UTC-7, Tom Breloff wrote: > Just to confirm... Are you doing "using IJulia; notebook()" from the julia > prompt? > > On Saturday, October 10, 2015, Ben Cherian <[email protected] > <javascript:>> wrote: > >> Hi everyone, >> >> I recently installed Julia 0.4 on a Windows machine that already had >> Python/Numpy installed on it. I also wanted to get IJulia running, so I >> installed Jupyter using pip and then added IJulia using Pkg.add("IJulia"). >> This all ran successfully without any obvious problems. (There were a lot >> of deprecation warnings during the IJulia install mainly related to >> Base.String being replaced by AbstractString in WinRPM, but no errors.) >> >> Unfortunately, I can't seem to get Jupyter to let me start a Julia-0.4.0 >> notebook. When I run "jupyter kernelspec list", I do get Julia-0.4 showing >> up in the output (along with python3), but when I run jupyter notebook, I >> only get an option to create a Python 3 notebook without any option to >> create a Julia-0.4 notebook. >> >> Thanks, >> Ben >> >
