-
```
julia> Base.runtests()
From worker 2: * linalg1 …
-
JuliaBox.jl is a very confusing name for this package, and prevents discovery. We should rename it to something more relevant.
Some suggestions include:
APIBox.jl
Serve.jl
APIServe.jl
cc: @viral…
aviks updated
9 years ago
-
Hello,
First of all, thank you for writing the package "Interpolations". I'm currently working on JuliaBox (at my workplace it is very difficult to install new programs!!). However, I'm having troubl…
-
I currently have a JuMP problem that solves on juliabox, but not on my local (windows) machine. The only difference between the two setups that I was able to find is the version of Ipopt: juliabox is …
-
Hi,
I'm running Julia 0.3.10 and Quandl 0.4.2.
```
julia> quandl("GOOG/NASDAQ_QQQ")
ERROR: `split` has no method matching split(::Array{Uint8,1}, ::ASCIIString)
in timearray at /home/collie…
-
related to #216
I think we should bring back the juliabox logo
in the upper left of notebooks
I liked:
![image](https://cloud.githubusercontent.com/assets/862530/6505006/9d8ceb1c-c30b-11e4-8254-1fcf1…
-
All we get is this (after the `julia test/runtests.jl` call)
```
Testing Hypre.jl in Julia version 0.3.6
Hypre version 2.9.0-b loaded. Using MPI wrapper version 0.2.5
Testing MPI installation runs (f…
-
I ran into a strange problem today. After a few repetitions (5 should do) the following code makes the kernel crash for me on juliabox
```
B1 = sprandn(100,100,0.1)
B2 = speye(100)
x = kron(B2,B1)\r…
-
On using CoolProp in Juliabox, as per my code, the execution speed was 0.0009(~0.001).
Can we slightly have it faster, as my code involves around 1000 state variables with its added complexities to be…
-
This is perhaps a bit of an umbrella issue. I would like to have julia-ipython be ready for the classes this Fall. With stuff such [notebookcloud](https://github.com/carlsmith/notebookcloud), hosting …