Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New console doc #45

Merged
merged 6 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

![Right_click](/images/images_for_creating_new_console/Right_click_notebook.png)

## 2) Select 'New Console for Notebook'

![Right_click_highlighted](/images/images_for_creating_new_console/Right_click_notebook_highlighted.png)

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

![New_console](/images/images_for_creating_new_console/New_console.png)

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

![Launcher](/images/images_for_creating_new_console/Terminal_launcher.png)

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

![Split_view](/images/images_for_creating_new_console/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.
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.
2 changes: 1 addition & 1 deletion reusable-workflow-repo
Submodule reusable-workflow-repo updated from 71ee36 to 956189
Loading