Skip to content
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
2 changes: 1 addition & 1 deletion docs/source/system_reference_guide/dps_queues.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"Currently available public queues on the MAAP platform are:\n",
"\n",
"\n",
"| Queue | Memory | Time limit | Guest access | AWS Instance Type |\n",
"| Queue | Memory | Time limit | Guest access | [AWS Instance Type](https://aws.amazon.com/ec2/instance-types/) |\n",
"| --- | --- | --- | --- | --- |\n",
"| `maap-dps-sandbox` | 8gb | 10 min | yes | t3.large or t3a.large |\n",
"| `maap-dps-worker-8gb` | 8gb | unlimited | no | t3.large or t3a.large |\n",
Expand Down
3 changes: 2 additions & 1 deletion docs/source/system_reference_guide/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ FAQ
faq/import_granules.ipynb
faq/jupyter_server.ipynb
faq/request_data.ipynb
faq/delete_algorithm_from_mas.ipynb
faq/delete_algorithm_from_mas.ipynb
faq/hideshow_sidebar.ipynb
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.
42 changes: 42 additions & 0 deletions docs/source/system_reference_guide/faq/hideshow_sidebar.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "1afe36c9-6206-4366-b208-dfb4aa12cb31",
"metadata": {},
"source": [
"# Can I Hide the Blue Sidebar?\n",
"\n",
"You can hide and show the blue sidebar (the Eclipse Che sidebar). To do so, open the Jupyter command palette and choose `Hide Che Side Panel` or `Show Che Side Panel`.\n",
"\n",
"Opening the Jupyter command palette:\n",
"![Open Command Palette](_static/hide_che_view_menu.png)\n",
"\n",
"You will see options at the top to Hide or Show the Che Side Panel. You can also type in some text to filter the list and more easily select the option you would like using only the keyboard.\n",
"![Hide Che Option](_static/hide_che_command_palette.png)\n",
"\n"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.1"
}
},
"nbformat": 4,
"nbformat_minor": 5
}