Skip to content

Commit 289909e

Browse files
committed
TAP - add link to S3 python-jupyter section
1 parent 5b99f10 commit 289909e

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

docs/hpc/3stampede/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Python { #python }
22

3-
Python on Stampede3 has been made into a module to mirror the environments of TACC others machines. Load the python like so:
3+
Python on Stampede3 has been made into a module to mirror the environments of TACC others machines. Load python like so:
44

55
```cmd-line
66
$ module load python

docs/hpc/stampede3.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1844,7 +1844,7 @@ Follow these instructions to begin using Intel's Conda environment with PyTorch
18441844
18451845
## Python { #python }
18461846
1847-
Python on Stampede3 has been made into a module to mirror the environments of TACC others machines. Load the python like so:
1847+
Python on Stampede3 has been made into a module to mirror the environments of TACC others machines. Load python like so:
18481848
18491849
```cmd-line
18501850
$ module load python
@@ -1956,4 +1956,5 @@ TACC Consulting operates from 8am to 5pm CST, Monday through Friday, except for
19561956
[TACCANALYSISPORTAL]: http://tap.tacc.utexas.edu "TACC Analysis Portal"
19571957

19581958
[DOWNLOADCYBERDUCK]: https://cyberduck.io/download/ "Download Cyberduck"
1959+
[CYBERDUCK]: https://cyberduck.io "Download Cyberduck"
19591960
[TACCSOFTWARELIST]: https://tacc.utexas.edu/use-tacc/software-list/ "TACC Software List"

docs/tutorials/TAP.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
# TACC Analysis Portal User Guide
2-
*Last update: March 13, 2025*
1+
# TACC Analysis Portal (TAP)
2+
*Last update: May 12, 2025*
33

44
The [TACC Analysis Portal][TACCANALYSISPORTAL] (TAP) provides simplified access to interactive sessions on TACC large-scale computing resources. TAP targets users who want the convenience of web-based portal access while maintaining control over low-level job behavior.
55

66
Any user with an allocation on one of TACC's HPC Systems, e.g. Frontera, Stampede3, Lonestar6, has access to the TACC Analysis Portal. TAP-Supported applications include:
77

88
* DCV remote desktop
99
* VNC remote desktop
10-
* Jupyter Notebook
10+
* Jupyter Notebook[*](#s3note)
1111
* RStudio
1212

13+
<a id="s3note">
14+
!!! important
15+
&#42;Stampede3 users see the [Jupyter Notebooks](/hpc/stampede3/#python-jupyter) section in the [Stampede3 User Guide][TACCSTAMPEDE3UG].
16+
1317

1418
## Accessing the Portal { #access }
1519

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ nav:
9595
- MAP: tutorials/map.md
9696
- Remote Desktop Access: tutorials/remotedesktopaccess.md
9797
- Sharing Project Files: tutorials/sharingprojectfiles.md
98-
- TACC Analysis Portal: tutorials/TAP.md
98+
- TACC Analysis Portal (TAP): tutorials/TAP.md
9999
# - Fiddling:
100100
# - Testing Extensions: testingextensions.md
101101
# - Code Examples: code-examples/index.md

0 commit comments

Comments
 (0)