Skip to content

Commit e5db3dd

Browse files
committed
Add "Try it Online" section to README and index.rst for browser-based experience
1 parent 99232c4 commit e5db3dd

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,23 @@ It is a **complementary execution layer** that turns DataLab into a hybrid scien
3131

3232
---
3333

34+
## Try it Online
35+
36+
**Experience DataLab-Kernel instantly in your browser** — no installation required!
37+
38+
[![Try it online](https://img.shields.io/badge/Try_it-online-blue?logo=jupyter)](https://notebook.link/github/DataLab-Platform/DataLab-Kernel/tree/main/notebooks/?path=/notebooks/datalab_kernel_quickstart.ipynb)
39+
40+
Click the badge above to open the quickstart notebook in a live JupyterLite environment powered by [**notebook.link**](https://notebook.link/). This service, developed by [**QuantStack**](https://quantstack.net/), enables sharing and running Jupyter notebooks directly in the browser with zero setup.
41+
42+
Simply run the cells to explore:
43+
44+
- Loading the DataLab-Kernel extension
45+
- Accessing workspace objects
46+
- Visualizing images inline
47+
- Processing data with Sigima
48+
49+
---
50+
3451
## Key Features
3552

3653
- **Single, stable user API**

doc/index.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,29 @@ Key Features
8080
Works in native Jupyter (JupyterLab, Notebook, VS Code) and
8181
`JupyterLite <https://jupyterlite.readthedocs.io/>`_ (browser-based, no server required).
8282

83+
84+
Try it Online
85+
-------------
86+
87+
**Experience DataLab-Kernel instantly in your browser** — no installation required!
88+
89+
.. image:: https://img.shields.io/badge/Try_it-online-blue?logo=jupyter
90+
:target: https://notebook.link/github/DataLab-Platform/DataLab-Kernel/tree/main/notebooks/?path=/notebooks/datalab_kernel_quickstart.ipynb
91+
:alt: Try it online
92+
93+
Click the badge above to open the quickstart notebook in a live JupyterLite
94+
environment powered by `notebook.link <https://notebook.link/>`_. This service,
95+
developed by `QuantStack <https://quantstack.net/>`_, enables sharing and running
96+
Jupyter notebooks directly in the browser with zero setup.
97+
98+
Simply run the cells to explore:
99+
100+
- Loading the DataLab-Kernel extension
101+
- Accessing workspace objects
102+
- Visualizing images inline
103+
- Processing data with Sigima
104+
105+
83106
**Unified API**
84107
Same code works in both modes - switch seamlessly between local notebooks
85108
and DataLab-connected workflows.

0 commit comments

Comments
 (0)