Skip to content

Commit ad2e499

Browse files
committed
Update live_mode example to include Web API requirement and bump datalab-platform dependency to version 1.1
1 parent c7873d7 commit ad2e499

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/examples/live_mode.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Prerequisites
1111
1. Install DataLab: ``pip install datalab-platform``
1212
2. Start DataLab before running this example
1313

14+
.. warning::
15+
16+
Live mode requires the Web API feature in DataLab, available in version 1.1 and later.
17+
1418
Connecting to DataLab
1519
---------------------
1620

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ doc = [
5353
"sphinx-copybutton>=0.5",
5454
]
5555
datalab = [
56-
"datalab-platform>=1.0",
56+
"datalab-platform>=1.1",
5757
]
5858

5959
[project.urls]

0 commit comments

Comments
 (0)