sassoftware / sas_kernel

A Jupyter kernel for SAS. This opens up all the data manipulation and analytics capabilities of your SAS system within a notebook interface. Use the Jupyter Notebook interface to execute SAS code and view results inline.
Apache License 2.0
199 stars 82 forks source link

Code block isn't being rendered in Jupyter notebook #42

Closed snorex closed 4 years ago

snorex commented 7 years ago

Same setup as #40 . This post was originally part of #41 but I think they are separate issues so I split.

This notebok is not rendering correctly in Jupyter (launched within SAS University Edition).

When working in the notebook, the code under "Check for dupes" as well as "Check for MSRP outliers" doesn't display in the browser. However, the output shows when it is run. The code, does however show when rendered with nbviewer. Will post a screenshot soon.

Might be a problem with the CodeMirror sas.js? I'll work on debugging.

jld23 commented 4 years ago

SAS University Edition now uses JupyterLab where this issue has been resolved. closing