holoviz / panel

Panel: The powerful data exploration & web app framework for Python

Home Page:https://panel.holoviz.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output error: name 'pn' is not defined in https://panel.holoviz.org/reference/panes/Streamz.html

Coderambling opened this issue · comments

Page shows error in output block below last cell at bottom of the page:

name 'pn' is not defined

Probably 'import panel as pn' should be added at the top of that cell?

https://panel.holoviz.org/reference/panes/Streamz.html

examples/reference/panes/Streamz.ipynb

Error:

Traceback (most recent call last): File "/Users/runner/work/panel/panel/panel/io/mime_render.py", line 183, in exec_with_return out = eval(compile(_convert_expr(last_ast.body[0]), "", "eval"), global_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 4, in NameError: name 'pn' is not defined