-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created documentation for how to create a new terminal console in jup…
…yter lab included images to use as well. -AO
- Loading branch information
1 parent
956189c
commit 5ffb319
Showing
6 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.