Skip to content

Commit

Permalink
Rename Comms docs
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Sep 11, 2024
1 parent 938c145 commit 29dfc47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/explanation/architecture/comms.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Panel + Juypter, Servers, etc.
# Communication Channels

Panel lets you write Python code that corresponds to Javascript/HTML objects in a web browser, which requires some means of communication between the two languages. How this communication is achieved depends on the context in which Panel is used, i.e., whether it is being run in a notebook like Classic Jupyter, in JupyterLab, as a standalone web server, etc. Usually it all Just Works™, but in case it doesn't, or if you want to understand the details or limitations of a particular configuration, this page will explain which technologies are used in which contexts to achieve the required channels of communication.

Expand Down
1 change: 1 addition & 0 deletions panel/dist/css/chat_message.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@

.divider {
margin-right: 0px;
margin-top: 2px;
opacity: 0.2;
}

Expand Down

0 comments on commit 29dfc47

Please sign in to comment.