Skip to content

Cannot use GaussianMixtures.jl inside Pluto because parallelization uses ALL workers #108

Open
@jamblejoe

Description

@jamblejoe

Plut.jl is a reactive notebook server written in Julia. It spawns different notebooks in separate Julia processes. The by default enabled parallelization of em! tries to access other running processes. Because most likely GaussianMixtures.jl is not defined in these processes, em! errors. But worse is trying to run code in other notebook processes at all. I fixed that for me now by disabling process parallelization altogether. In the future, more fine-grained control of which Julia processes should be used to parallelize em! would be great!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions