Python joblib running (Parallel Processing)

Hello all,
these days I enjoy a lot the power of R and Python. And my choice is Rstudio, and by now it works well.

I created a conda environment and link it to Rstudio for the python backend.

For parallel processing by python, I use joblib as below in Rstudio.
joblib_Rstudio

It does not work properly, more specifically the above code only runs when n_jobs=1, which means no parallel processing.

However, when I try directly in anaconda powershell, it works fine.

I have checked the conda environment are identical in both condition (RStudio & anaconda powershell) several times, and the python code works well in jupyter notebook.

Anyone can help? If my question is a bit vague (not so clear), I will try to describe more in detail once more

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.