Carsten Bauer

Results 99 comments of Carsten Bauer

Julia 1.6.1, macOS, Jupyter notebook: Works fine when run in the REPL (i.e. opens a popup window that shows the pie chart).

+100 for Keyboard-only use of Pluto. But instead of posting my personal favourite keyboard combinations I really think that apart from figuring out reasonable defaults, it is much more important...

> At some point I need to add threads before `Genie.startup()` and I need to also load code into these threads with `@everywhere`. Note that there seems to be a...

@stevengj Has it been verified that linking NumPy and Julia to the same MKL libraries works smoothly? Because I just tried exactly this and still get Seg faults. (I built...

@JobJob: Thanks for your post! I can confirm that `USE_BLAS64 = 0` solved this issue! It even worked (as far as I checked) with standard numpy binaries. However, I can't...

Sparse matrices aren't handled by LAPACK/BLAS but SuiteSparse, so they shouldn't be effected by this. In the case of a regular matrix, it's the size of the matrix that matters....

Easy solution should be to use Julia 1.7 (beta) and MKL.jl.

Just to let you know: I was thinking about using Julia notebooks in VS Code for my upcoming Julia course but because of this I'm very likely to fall back...

Worked for me, too, using the non-gpu version.

It seems to be a Cxx + IJulia issue. It runs fine in the REPL but not in a Jupyter notebook (on Windows10).