-
-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with IJulia notebook and GLM.jl #244
Comments
Can you type |
I executed |
@TFGIT, can you post a self-contained, complete code sample that exhibits your problem? @simonster, @IainNZ, can you reproduce this behavior? |
Doesn't produce any errors for me in an IJulia notebook. Julia 0.3.0, IJulia 0.1.15, OSX 10.9 |
This has become more complicated... Actually I can execute
in that sequence alone. However, mixed in with some other commands, I am still getting the same output. The IJulia notebook is included here: http://nbviewer.ipython.org/github/tfgit/statlearning-with-julia/blob/master/src/3.%20Linear%20Regression.ipynb I am also getting the same output in JuliaBox: http://nbviewer.ipython.org/github/tfgit/statlearning-with-julia/blob/master/src/3.%20Linear%20Regression%20JuliaBox%20version.ipynb My guess is that some of the prior commands may be to blame. |
I can reproduce on 0.3 from the REPL with:
Evidently not an IJulia issue. Probably related to JuliaLang/julia#8631 |
You're right. Sorry for the trouble. |
Currently using Julia 3.1, GLM.jl 0.4 and IJulia 1.15
The following works on the Julia and IJulia console:
However, on IJulia notebook, I get the following output:
The text was updated successfully, but these errors were encountered: