Hello!

I'm launching Stata from Jupyter notebook (using Anaconda) on a Mac. I'm following this guide: https://www.jamelsaadaoui.com/wp-con...ta-17_web.html

When I locate the folder containing Stata17 using display(c(sysdir_stata), I get the following output "/Applications/Stata17/".
In Jupyter notebook, I enter the following

import stata_setup
stata_setup.config('C:\Applications\Stata17/', 'be')

and get the error in the image attached. I'm not sure how to fix this error. Thank you for your help!