nbstata
nbstata copied to clipboard
Can't find the stata installation path
I've installed nbstata for JupyterLab through Dockerfile, and add below codes:
pip install nbstata
python -m nbstata.install
After installation, when I run code in JupyterLab, error happens. in the config file, below parameters are empty:
stata_dir =
edition =
How can I find the real stata_dir and fill it? I don't know where is the default installation path of nbstata?