@@ -5,18 +5,18 @@ Command line features
5
5
6
6
.. meta ::
7
7
:description: DataLab command line features
8
- :keywords: command line, cdl, datalab, run, test, demo
8
+ :keywords: command line, datalab, run, test, demo
9
9
10
10
Run DataLab
11
11
-----------
12
12
13
13
To run DataLab from the command line, type the following::
14
14
15
- $ cdl
15
+ $ datalab
16
16
17
17
To show help on command line usage, simply run::
18
18
19
- $ cdl --help
19
+ $ datalab --help
20
20
usage: app.py [-h] [-b path] [-v] [--unattended] [--screenshot] [--delay DELAY] [--xmlrpcport PORT]
21
21
[--verbose {quiet,minimal,normal}]
22
22
[h5]
@@ -46,24 +46,24 @@ Open HDF5 file at startup
46
46
47
47
To open HDF5 files, or even import only a specified HDF5 dataset, use the following::
48
48
49
- $ cdl /path/to/file1.h5
50
- $ cdl /path/to/file1.h5,/path/to/dataset1
51
- $ cdl /path/to/file1.h5,/path/to/dataset1;/path/to/file2.h5,/path/to/dataset2
49
+ $ datalab /path/to/file1.h5
50
+ $ datalab /path/to/file1.h5,/path/to/dataset1
51
+ $ datalab /path/to/file1.h5,/path/to/dataset1;/path/to/file2.h5,/path/to/dataset2
52
52
53
53
Open HDF5 browser at startup
54
54
----------------------------
55
55
56
56
To open the HDF5 browser at startup, use one of the following commands::
57
57
58
- $ cdl -b /path/to/file1.h5
59
- $ cdl --h5browser /path/to/file1.h5
58
+ $ datalab -b /path/to/file1.h5
59
+ $ datalab --h5browser /path/to/file1.h5
60
60
61
61
Run DataLab demo
62
62
----------------
63
63
64
64
To execute DataLab demo, run the following::
65
65
66
- $ cdl -demo
66
+ $ datalab -demo
67
67
68
68
.. _run_scientific_validation_tests :
69
69
@@ -94,6 +94,6 @@ Run interactive tests
94
94
95
95
To execute DataLab interactive tests, run the following::
96
96
97
- $ cdl -tests
97
+ $ datalab -tests
98
98
99
99
.. image :: /images/interactive_tests.png
0 commit comments