Skip to content

Commit

Permalink
Update submodule01_Intro_to_terminal.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
RossCampbellNIH2 authored Nov 15, 2024
1 parent b265ff7 commit 465568f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AWS/submodule01_Intro_to_terminal.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
"---------\n",
"<div class=\"alert alert-block alert-danger\">\n",
" <i class=\"fa fa-exclamation-circle\" aria-hidden=\"true\"></i>\n",
" <b>Alert: </b> The following steps require that you use the terminal. For instructions on opening a new terminal console within current layout click <a href=\"https://github.com/NIGMS/NIGMS-Sandbox/blob/new_console_doc/docs/HowToCreateNewTerminalConsoleJupyterLab.md\">here</a> \n",
" <b>Alert: </b> The following steps require that you use the terminal. For instructions on opening a new terminal console within current layout click <a href=\"https://github.com/NIGMS/NIGMS-Sandbox/blob/main/docs/HowToCreateNewTerminalConsoleJupyterLab.md\">here</a> \n",
"</div>\n",
"\n",
"You might have noticed that all of my filenames use `_` or `-` to separate words rather than spaces. Within commands spaces are generally used to separate arguments. Spaces within filenames will need to be *escaped* with the back slash symbol `\\`in the terminal environment. That is we will need to explicitly indicate that the space is part of the filename and NOT an indication that a second argument is being provided to the command.\n",
Expand Down

0 comments on commit 465568f

Please sign in to comment.