-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
70 lines (65 loc) · 2.14 KB
/
_quarto.yml
File metadata and controls
70 lines (65 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
project:
type: website
output-dir: docs
website:
title: "Sydney Informatics Hub GPU Cluster Onboarding Guide"
site-url: https://sydney-informatics-hub.github.io/
navbar:
logo: fig/usyd-logo.png
sidebar:
style: "docked"
background: white
search: true
contents:
- href: index.qmd
text: Home
- section: "Getting Started with the SIH GPU Cluster"
contents:
- text: "Introduction to the SIH GPU Cluster"
href: notebooks/cluster_intro.html
- text: "Accessing the SIH GPU Cluster"
href: notebooks/access.html
- section: "Getting Started with Run:ai"
contents:
- text: "Login"
href: notebooks/login.html
- text: "Navigating the User Interface"
href: notebooks/user_interface.html
- section: "Run:ai Features"
contents:
- text: "Dashboards"
href: notebooks/dashboards.html
- text: "Projects"
href: notebooks/projects.html
- text: "Environments"
href: notebooks/environments.html
- text: "Data Sources"
href: notebooks/data_sources.html
- section: "Tutorials"
contents:
- text: "Creating a Jupyter Lab workload"
href: notebooks/jupyter_tutorial.html
- text: "Creating a Marimo Python workload"
href: notebooks/marimo_tutorial.html
- text: "How to transfer data to/from the SIH GPU Cluster"
href: notebooks/data_transfer.html
- text: "How to run a terminal using the Command Line Interface (CLI)"
href: notebooks/CLI.html
- text: "How to self-install R packages"
href: notebooks/R_tutorial.html
cookie-consent:
type: express
style: simple
palette: light
policy-url: https://www.sydney.edu.au/privacy-statement.html
google-analytics: "G-TNWWV3HK57"
page-footer: "All materials copyright Sydney Informatics Hub, University of Sydney"
format:
html:
link-external-newwindow: true
link-external-icon: true # displays an icon next to external links
toc: true
css: [lesson.css]
theme: cosmo
code-link: true
code-fold: false