Hi,
When I try to convert Jupyter Notebooks that use a SAS kernel
* to html, everything works fine.
* to pdf, the output is missing.
In case of a Python kernel that creates output using, e.g., the matplotlib library, this very problem (html works, but pdf doesn't) can be solved by using the command "%matplotlib inline" to include the output in the notebook.
Is there a similar (ods) solution in SAS?
Here is the code I'm using for converting the SAS notebook. The resulting html and pdf files are attached.
Any help is appreciated.
BR
Luhan
I get this error. you're likely getting the same but not seeing it in the console:
@Reeza wrote:I get this error. you're likely getting the same but not seeing it in the console:
I don't get this error, but it looks as if the GUI approach works the same way as the nbconvert command: I get the same result (html works, pdf doesn't).
HTML renderers should size the cells to the contents.
Can you see the underlying SAS-generated HTML?
@ChrisNZ wrote:HTML renderers should size the cells to the contents.
Can you see the underlying SAS-generated HTML?
Unfortunately, all I'm seeing is the resulting html that I attached to my initial post...
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.