- Install a Java Runtime Environment (required by
sas_kernel
), and add it to your system'sPATH
variable. - Put SAS's
SASHome\SASFoundation\9.4\core\sasext
in your system'sPATH
variable. - Install Quarto.
- Use Python and Pipenv to install the packages listed in the included
Pipfile
. Usuallypipenv install --dev
should do the trick. - Check that
jupyter kernelspec list
lists the "sas" kernel. - For an operating system other than Windows, edit
sascfg_personal.py
to select your SAS configuration.
From shell prompt:
pipenv shell
quarto render sas-example.qmd
jupyter nbconvert check-python.ipynb --to html --execute
quarto 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