39
39
msg : |
40
40
##### The Project Tab has a file browser to access, manage and edit files.
41
41
42
- * Click **File Browser** in the LHS menu.
42
+ * Click **File Browser** in the main menu bar on the left-side of **AI Workbench** .
43
43
* Click **Create Folder**, and name it `my-first-folder`.
44
44
45
45
response : |
60
60
61
61
> **Note:** On your local system, you could have done this in multiple ways without Workbench.
62
62
However, if the project were on a remote location, you would have had to transfer
63
- the file via something like `scp`, or you could have used JupyterLab's file browser to upload the files.
63
+ the file through something like `scp`, or you could have used JupyterLab's file browser to upload the files.
64
64
65
65
test : check_file_in_folder
66
66
@@ -76,10 +76,10 @@ tasks:
76
76
* The `tutorial_app` folder. It has the code for this app.
77
77
* The `example-file.txt` file.
78
78
* The `delete-me.txt` file.
79
- * Click the option dots on the RHS of the `delete-me.txt` file and select `Delete`.
79
+ * Click the option dots on the right-side of the `delete-me.txt` file and select `Delete`.
80
80
81
81
response : |
82
- ##### Great. You deleted the `delete-me.txt` file.
82
+ ##### Awesome! You deleted the `delete-me.txt` file.
83
83
84
84
test : check_file_deleted
85
85
@@ -90,11 +90,11 @@ tasks:
90
90
For example, **Edit** lets you view and edit a text file without a full editor. It's not a
91
91
full-featured editor, but it's good for small edits.
92
92
93
- * Click the option dots on the RHS of the `example-file.txt` file and select `Edit`.
93
+ * Click the option dots on the right-side of the `example-file.txt` file and select `Edit`.
94
94
* A bare bones file editor will open. Add some text like `Hello, World!` and click **Save**.
95
95
96
96
response : |
97
- ##### Nice . You edited the file.
97
+ ##### Congratulations! . You edited the file.
98
98
99
99
> **Note:** Again, you can do this multiple ways locally, but if the file were a remote location you would
100
100
need to open up JupyterLab or jump through some hoops in a terminal.
@@ -106,7 +106,7 @@ tasks:
106
106
##### Workbench lets you manage packages without using the command line.
107
107
108
108
* Click **Environment > Project Container**
109
- * Click **Packages** on the RHS to see installed packages.
109
+ * Click **Packages** on the right-side menu to see installed packages.
110
110
* Click *Add* and select `apt`
111
111
* Enter `jq` in the bar, click **Add** and then **Submit**
112
112
@@ -153,7 +153,10 @@ tasks:
153
153
Seeing these differences on a file-by-file basis helps you decide whether to commit changes or stick with the current version of a file.
154
154
155
155
* Go to **Git > Changes** to see the changes you made in this exercise.
156
- * The left pane lists the files and the change type: `A` is *added*, `M` is *modified*, and `D` is *deleted*.
156
+ * The left pane lists the files and the change type:
157
+ * `A` is *added*
158
+ * `M` is *modified*
159
+ * `D` is *deleted*
157
160
* Clicking an individual file shows the line by line changes in the right pane.
158
161
* You can resize the left and right panes by grabbing the divider between them and dragging it.
159
162
0 commit comments