Skip to content

Commit 60eafaa

Browse files
authored
Merge pull request #481 from MAAP-Project/develop
Typo fix in Release 4.2.0 release notes
2 parents e522d68 + 459a27e commit 60eafaa

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/source/_static/ssh_2.png

-9.44 KB
Loading

docs/source/_static/ssh_3.png

110 KB
Loading

docs/source/release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Breaking Changes
1414
* Updated most packages in all four base images. The Pangeo, isce3, and python images are pinned to versions in pangeo-notebook 2024.11.11 version. Important package updates are:
1515
* R image: R from 4.2 to 4.3, added rhdf5 from Bioconductor, lidR, and lasR
1616
* Pangeo image: Xarray now 2024.10, Geopandas 1.0+, Numpy 2.0+, Python 3.12
17-
* More all update package information here: https://github.com/MAAP-Project/maap-workspaces/pull/169/files
17+
* All updated packages here: https://github.com/MAAP-Project/maap-workspaces/pull/169/files
1818
* All images running on MAAP will now be using mini-forge to avoid licensing issues. Impacts:
1919
* All conda installs will now pull from conda-forge
2020
* No longer using R channel on anaconda (also continuing to not use the defaults channel)

docs/source/system_reference_guide/ssh.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
"\n",
99
"As an alternative to using the jupyter interface, you can SSH directly into the container that your workspace set up. In order to get the IP and port information, navigate to the command palette of the jupyter interface. Find the command `Display SSH Info`, which will display the information you need (you can easily search for SSH). Your public SSH key that you added to your account will be added to any workspace you create. If you did not upload an SSH key to your profile, you will not be able to SSH in and must use the jupyter interface. See steps below for uploading an SSH key. \n",
1010
"\n",
11-
"![ssh workspace 1](../_static/ssh_1.png)\n",
11+
"![ssh workspace step 1](../_static/ssh_1.png)\n",
1212
"\n",
13-
"![ssh workspace 2](../_static/ssh_2.png)"
13+
"![ssh workspace step 2](../_static/ssh_2.png)\n",
14+
"\n",
15+
"![ssh workspace step 3](../_static/ssh_3.png)"
1416
]
1517
},
1618
{

0 commit comments

Comments
 (0)