Hi guys! I'm new to Mathematica and I'm trying to install some paclets using PacletInstall[]
command in my Wolfram Cloud. It goes by default to
/wolframcloud/userfiles/someNumbers/someMoreNumbers/Base/Paclets
which I understood was because $UserBasePacletsDirectory
was set to this address. For me to access the paclet contents in my notebook it needs to be installed into Base/Applications
(From what I understood from stackexchange).
So I tried to change the $UserBasePacletsDirectory
path which requires using -pacletbase
in the Wolfram Language Kernel but the command LaunchKernels[]
gives me an error saying Kernel configuration is not supported in wolfram cloud.
Is there a way to change the Paclet base directory address or any other way I can load the paclets into my notebook? I'm stuck with this issue for a couple days now and I don't know what I'm doing wrong. I would really like some help with this. Thanks in advance, Cheers!