Thursday, November 12, 2015
SAS on Jupyter
I strongly prefer to do all my coding from within Jupyter notebooks, but that's not really possible when everyone else uses SAS (well, in Accounting). So I threw together a really simple SAS kernel for Jupyter, which is hosted on github (gaulinmp/sas_kernel). It'd definitely a work in progress, right now it doesn't even strip line numbers. But my free time is limited, what with dissertating and all. While I'm at it, I'll also plug my SEC EDGAR python library, which I use a lot these days.
Subscribe to:
Post Comments (Atom)
SAS is actively developing this now. This is a great chance for notebook users to contribute to the development effort as it is all posted on github at https://github.com/sassoftware/sas_kernel
ReplyDeleteSee this blog for an overview: http://blogs.sas.com/content/sasdummy/2016/04/24/how-to-run-sas-programs-in-jupyter-notebook/