Azaya

Results 123 comments of Azaya

I think [here](https://holoviz-dev.github.io/panel/tutorials/basic/develop_editor.html#inspect-via-print) we're printing the `layout` object and not the `component` object? #### Screenshot ![image](https://github.com/holoviz/panel/assets/99359668/16a5837f-4bb5-47ef-b502-12c712fb94f4)

There is a bug [here](https://holoviz-dev.github.io/panel/reference/panes/Str.html#parameters) that does not render the output of the embedded pyodide cells correctly. #### Screencast https://github.com/holoviz/panel/assets/99359668/eff0466a-68d4-420c-b7ac-e67d3253e745

Thank you for responding! Although I'm still going through the tutorials and may highlight some more issues as I find them. > ## Jupyter Panel Preview > You don't see...

I have noticed that while running `panel serve app.py --autoreload` in my terminal, the WebSocket connection closes by itself after some time if left dormant. On updating the code in...

> > The websocket will close after some duration. I believe you can change the duration. Its not clear from what you write if your websocket closes "earlier" than the...

> ```python > pn.config.disconnect_notification = DISCONNECT_NOTIFICATION > pn.config.notifications = True > ``` How do I set this up for myself pls?

I think there's an error with this code snippet [here](https://holoviz-dev.github.io/panel/tutorials/basic/pn_bind.html#harnessing-throttling-for-performance) #### Code snippet ``` import panel as pn from time import sleep pn.extension() def calculate_power(wind_speed, efficiency): power_generation = wind_speed *...

In [this section](https://holoviz-dev.github.io/panel/tutorials/basic/pn_bind.html#binding-to-bound-functions), I think there is some confusion about the function names used in the code. In the first code snippet shown below: ``` import panel as pn pn.extension()...

There's a small typo [here](https://holoviz-dev.github.io/panel/tutorials/basic/pn_rx.html#reactive-expressions) ![image](https://github.com/holoviz/panel/assets/99359668/2a3c6980-9698-477c-8e08-928791363005)

This part [here](https://holoviz-dev.github.io/panel/tutorials/basic/templates.html#crafting-a-hello-world-app) feels redundant since in order to follow the tutorial, there is an earlier instruction to serve the app. ![image](https://github.com/holoviz/panel/assets/99359668/7ba1b856-fcff-4bc9-a2f1-859203607b45)