You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,14 @@ Mercury is a framework that helps you build interactive web applications directl
18
18
19
19
Mercury is the easiest way to built and deploy data rich apps with Python. There are no callbacks in the framework. **Widget interactions fire cells re-execution** (reactive notebooks). You don't need to worry about UI because there is **predefined layout**, so it will look beautiful.
20
20
21
+
What is included:
22
+
- collection of **widgets**, so you can build interactive web apps,
23
+
-**standalone server**, to serve notebooks as web apps,
24
+
-**JupyterLab extension**, to have live app preview during development.
25
+
26
+
The Mercury live app preview extension is available only for JupyterLab and MLJAR Studio. It will not work in Google Colab and VS Code - sorry guys!
27
+
28
+
21
29
## Example - Echo chat bot
22
30
23
31
Example bot app that will respond with echo:
@@ -82,13 +90,6 @@ Example view of notebooks home page:
0 commit comments