File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,16 @@ DataLab is available as a **stand-alone** application (see for example our all-i
30
30
DataLab Simple Client is a Python library that can be used to interact with a DataLab application (server).
31
31
This allows to control DataLab application from a remote computer, or/and from a third-party application.
32
32
33
+ DataLab Simple Client also provides ready-to-use widgets that can be used to communicate with a DataLab application:
34
+
35
+ * ` ConnectionDialog ` : a dialog box that allows to connect to a DataLab application
36
+
37
+ * ` GetObjetDialog ` : a dialog box that allows to retrieve an object from a DataLab application
38
+
39
+ ` ConnectionDialog ` | ` GetObjectDialog `
40
+ :-------------------------:|:-------------------------:
41
+ ![ ConnectionDialog] ( https://raw.githubusercontent.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/main/doc/images/shots/connect_dialog.png ) | ![ GetObjectDialog] ( https://raw.githubusercontent.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/main/doc/images/shots/get_object_dialog.png )
42
+
33
43
See [ documentation] ( https://cdlclient.readthedocs.io/en/latest/ ) for more details on
34
44
the library and [ changelog] ( https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/blob/main/CHANGELOG.md )
35
45
for recent history of changes.
You can’t perform that action at this time.
0 commit comments