Sacha Muszlak
Sacha Muszlak
May be also these common use case : - write to stderr - write/append to log file - write a utf-8 file - write to stream ?
I'll do a PR to change the README.md if you want.
I guess that's Random.seed!(nnn)
May be remove the D-Easy tag as this seems quite involved with X and (neo)vim layers
I would also really want an "all keyboard" Pluto.jl experience. My preference goes to vim or Spacemacs like key bindings/ shortcuts. I believe the Spacemacs with the which-key helper are...
@wehlutyk > mis ça sur un pad pour continuer à itérer un peu : > https://bimestriel.framapad.org/p/9dua-onestlatech-translation Le pad semble vide, un lien foireux ?
I don't see any DOI on [Julia](https://github.com/JuliaLang/julia)'s repo. Shouldn't it be more urgent than the Example.jl repo ?
same here. MacOS Catalina 10.15.4 Atom 1.47.0 Jupyter notebook 0.0.10
Is there a way to just use the cluster to send requests from my laptop's julia directly ? (in R there's a qsub package that does that : https://cran.r-project.org/web/packages/qsub/index.html, not...
I believe I have found it in the Distributed.jl package : (from the doc https://docs.julialang.org/en/v1/stdlib/Distributed/#Distributed-Computing-1 ) `addprocs(manager::ClusterManager; kwargs...) -> List of process identifiers` Launches worker processes via the specified cluster...