Mauro
Mauro
Is there actually a reason this was never merged?
Thanks for the clarification. Leave open or close?
Last time I checked, using a list comprehension was faster. This is actually an unexported function in ODE.jl: ``` julia vcat_nosplat(y) = eltype(y[1])[el[1] for el in y] # Does vcat(y...)...
Yes, you're right. It's just that I almost always do a hcat/vcat, which somewhat is annoying too. I'd do a column per time step.
This would probably result in quite a bit of extra code to maintain. I'm not sure it would be worth it.
I just saw this https://github.com/mwouts/jupytext. However, I have not tried it, so I cannot vouch for it.
I ran into this as well. Putting the cert & key into `/opt/tljh/state` worked for me. Tnx
I found out what it was: I started `jupyter notebook` within a julia project which I cloned. After doing, `] instantiate` in a julia-repl, the starting the jupyter notebook worked....
Would this also allow for `Pkg.test()` to work without having a `src/MyProj.jl`? (Is there an work-around apart from creating a minimal `src/MyProj.jl`?)
It seems to me that what is being discussed here does not square with "Application" as defined in the glossary: "Application: a project which provides standalone functionality not intended to...