- Install a Java Runtime Environment (required by
sas_kernel), and add it to your system'sPATHvariable. - Put SAS's
SASHome\SASFoundation\9.4\core\sasextin your system'sPATHvariable. - Install Quarto.
- Use Python and Pipenv to install the packages listed in the included
Pipfile. Usuallypipenv install --devshould do the trick. - Check that
jupyter kernelspec listlists the "sas" kernel. - For an operating system other than Windows, edit
sascfg_personal.pyto select your SAS configuration.
From shell prompt:
pipenv shellquarto render sas-example.qmd
jupyter nbconvert check-python.ipynb --to html --executequarto check jupyter
quarto render check-python.qmd --debug
quarto render check-saspy.qmd --debug
quarto render sas-example.qmd --debug
quarto convert sas-example.qmd- Inspect
sas-example.ipynb. quarto render sas-example.ipynb