'Why do I get no output when I try to run this Python code?

When I try to run this code. I get no output. I have the module panel installed but still, nothing is visible when I run this code. Any suggestions?

import panel as pn
pn.extension()

pn.Row('# A', '# B')


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source