Skip to content

Commit fb55848

Browse files
authored
Merge pull request #60 from zacharylawrence/patch-2
Fix "New Terminal" Typo
2 parents 19c6824 + d8ee494 commit fb55848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Notebook/Notebook Basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
"source": [
227227
"If the notebook server is run on an operating system which supports [PTY](https://en.wikipedia.org/wiki/Pseudoterminal) (Linux/Mac), then the notebook application will be able to spawn interactive terminal instances. If the operating system does not support PTY (Windows), the terminal feature will not be enabled.\n",
228228
"\n",
229-
"A new terminal can be spawned from the dashboard by clicking on the **`Files`** tab, followed by the **`New`** dropdown button, and then selecting **`Text File`**.\n",
229+
"A new terminal can be spawned from the dashboard by clicking on the **`Files`** tab, followed by the **`New`** dropdown button, and then selecting **`Terminal`**.\n",
230230
"\n",
231231
"The terminal supports all applications which would otherwise run in a PTY, this includes classical terminal applications like Vim, Nano, and Bash.\n",
232232
"\n",

0 commit comments

Comments
 (0)