Skip to content

Commit d6921dd

Browse files
committed
update
1 parent f46438d commit d6921dd

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ Mercury is a framework that helps you build interactive web applications directl
1818

1919
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.
2020

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+
2129
## Example - Echo chat bot
2230

2331
Example bot app that will respond with echo:
@@ -82,13 +90,6 @@ Example view of notebooks home page:
8290
![](https://raw.githubusercontent.com/mljar/mercury/refs/heads/v3/docs/src/assets/examples/notebooks-home.png)
8391

8492

85-
What is included:
86-
- collection of **widgets**, so you can build interactive web apps,
87-
- **standalone server**, to serve notebooks as web apps,
88-
- **JupyterLab extension**, to have live app preview during development.
89-
90-
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!
91-
9293
## Deployment
9394

9495
Here is minimal Dockerfile to serve Mercury:

0 commit comments

Comments
 (0)