WhySeeYC

Results 9 comments of WhySeeYC

I have the similar issue as well. However, for me the 2nd Error is as follows: Error: Command failed: npx mmdc --theme default --input /var/folders/zs/8fwzwvbs6tqbhqm0g3qdll3c0000gp/T/mume-mermaid2021103-23287-15m94ea.7bwa.mmd --output /Users/***/assets/13c412d152e7e4817f3c1970e85f7a621.png /bin/sh: npx: command...

I did exactly what @MiguelRodo did installing radian system-wide with pip3. And when I run `which radian` , it shows `/usr/local/bin/radian` . I tried to set this as the workspace...

@psobolewskiPhD Thank you 😃. And yes, I can confirm that when running `radian` in the terminal (without user setting), radian can run properly. However, if I were to write script...

@psobolewskiPhD thank you again. Yes I double checked the settings.json file and there were only one set of settings. I tried to uninstall and re-install radian and the terminal message...

Thank you so much @psobolewskiPhD, I check the alias with the first command `ls -al /usr/local/bin/radian` and it returns `-rwxr-xr-x 1 myusername admin 230 20 Oct 10:15 /usr/local/bin/radian`, I believe...

@psobolewskiPhD thanks and yes, so the output of `ls -al /home/usr/local/bin/radian` is `ls: /home/usr/local/bin/radian: No such file or directory`. I can confirmed that the vs code terminal out put is...

Hi @psobolewskiPhD Thank you so much!!!! so I did not have the `"--r-binary=/usr/local/bin/R"` as the option and I set it up, it works fine now 🎉 Thank you so so...

@psobolewskiPhD thank you for reminding, just added that now. May I ask what does the `--no-save, --no-restore, and --r-binary = /usr/local/bin/R ` imply? Thank you 🙏🏻

I have a similar issue but not entirely the same. Hope it is ok to share it here as well. I tried to run `jupyter nbconvert mynotebook.ipynb --no-input --to html`...