Skip to content

Commit

Permalink
Created documentation for how to create a new terminal console in jup…
Browse files Browse the repository at this point in the history
…yter lab included images to use as well. -AO
  • Loading branch information
aolveraNIH committed Oct 9, 2024
1 parent 956189c commit 5ffb319
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/HowToCreateNewTerminalConsoleJupyterLab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Creating a New Terminal Console in Jupyter Lab

Jupyter lab allows you to create a new console window within its layout. This is also possible on Jupyter lab on AWS SageMaker. Adding a terminal console window where there is a jupyter notebook tab is helpful when needing to run command line code.

## 1) In Jupyter lab within a jupyter notebook, right click on any whitespace in the jupyter notebook.

<img src="/images/Right_click_notebook.PNG" width="250" height="50">

## 2) Select 'New Console for Notebook'

<img src="/images/Right_click_notebook_highlighted.PNG" width="250" height="50">

## 3) Select the + sign next to the new console you just made. This will open up a new launcher tab.

<img src="/images/New_console.PNG" width="250" height="50">

## 4) Select Terminal under the Other section when selecting the type of launcher.

<img src="/images/Terminal_launcher.PNG" width="250" height="50">

This new console window can be dragged to fit elsewhere on the screen and create the desired visual.

<img src="/images/Split_view.PNG" width="250" height="50">


Binary file added images/New_console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Right_click_notebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Right_click_notebook_highlighted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Split_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Terminal_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ffb319

Please sign in to comment.