Austin Gill

Results 21 comments of Austin Gill

Here's a temporary workaround for anyone who needs a fix in the meantime. ```python import IPython def display_source(code): def _jupyterlab_repr_html_(self): from pygments import highlight from pygments.formatters import HtmlFormatter fmt =...