Skip to content

Commit eeea467

Browse files
authored
Merge pull request #439 from MAAP-Project/che-sidebar-hide-n-show
Added hide and show che side panel FAQ entry
2 parents 5181794 + 8c4643c commit eeea467

File tree

5 files changed

+45
-2
lines changed

5 files changed

+45
-2
lines changed

docs/source/system_reference_guide/dps_queues.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"Currently available public queues on the MAAP platform are:\n",
3434
"\n",
3535
"\n",
36-
"| Queue | Memory | Time limit | Guest access | AWS Instance Type |\n",
36+
"| Queue | Memory | Time limit | Guest access | [AWS Instance Type](https://aws.amazon.com/ec2/instance-types/) |\n",
3737
"| --- | --- | --- | --- | --- |\n",
3838
"| `maap-dps-sandbox` | 8gb | 10 min | yes | t3.large or t3a.large |\n",
3939
"| `maap-dps-worker-8gb` | 8gb | unlimited | no | t3.large or t3a.large |\n",

docs/source/system_reference_guide/faq.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ FAQ
88
faq/import_granules.ipynb
99
faq/jupyter_server.ipynb
1010
faq/request_data.ipynb
11-
faq/delete_algorithm_from_mas.ipynb
11+
faq/delete_algorithm_from_mas.ipynb
12+
faq/hideshow_sidebar.ipynb
94.5 KB
Loading
54.3 KB
Loading
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "1afe36c9-6206-4366-b208-dfb4aa12cb31",
6+
"metadata": {},
7+
"source": [
8+
"# Can I Hide the Blue Sidebar?\n",
9+
"\n",
10+
"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",
11+
"\n",
12+
"Opening the Jupyter command palette:\n",
13+
"![Open Command Palette](_static/hide_che_view_menu.png)\n",
14+
"\n",
15+
"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",
16+
"![Hide Che Option](_static/hide_che_command_palette.png)\n",
17+
"\n"
18+
]
19+
}
20+
],
21+
"metadata": {
22+
"kernelspec": {
23+
"display_name": "Python 3",
24+
"language": "python",
25+
"name": "python3"
26+
},
27+
"language_info": {
28+
"codemirror_mode": {
29+
"name": "ipython",
30+
"version": 3
31+
},
32+
"file_extension": ".py",
33+
"mimetype": "text/x-python",
34+
"name": "python",
35+
"nbconvert_exporter": "python",
36+
"pygments_lexer": "ipython3",
37+
"version": "3.9.1"
38+
}
39+
},
40+
"nbformat": 4,
41+
"nbformat_minor": 5
42+
}

0 commit comments

Comments
 (0)