jupyterlab-toc icon indicating copy to clipboard operation
jupyterlab-toc copied to clipboard

Mistakes SAS log for headings

Open Jing-KI opened this issue 5 years ago • 2 comments

When using SASpy and the sas_kernel, the output from the log is mistaken as a heading.

bild

This is not the case in the TOC2 extension for jupyter notebook.

Jing-KI avatar Feb 20 '20 08:02 Jing-KI

@kgryte Hey! This should be an easy fix to ignore output cells. Any chance this could be implemented?

Jing-KI avatar Jul 03 '20 11:07 Jing-KI

@jingmeb Output cells were intentionally not ignored by default. Users specifically asked for including output cells for purposes of report generation.

If you want the ability to ignore output cells, you could add support for toggling such behavior via an advanced setting. Feel free to submit a PR to this end.

kgryte avatar Jul 06 '20 17:07 kgryte