Skip to content

Commit

Permalink
Try out link
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke committed Apr 17, 2024
1 parent a3cf9eb commit b6023d1
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions book/guides/hub_guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ For a quick guide on how to start a Dask Cluster, consult this page from the Pan

```{mermaid}
flowchart LR
A[Jupyter Notebook] --> C
B[MyST Markdown] --> C
C(mystmd) --> D{AST}
D <--> E[LaTeX]
E --> F[PDF]
D --> G[Word]
D --> H[React]
D --> I[HTML]
D <--> J[JATS]
A-->B
B-->C
C-->D
click A callback "Tooltip for a callback"
click B "https://www.github.com" "This is a tooltip for a link"
click C call callback() "Tooltip for a callback"
click D href "https://www.github.com" "This is a tooltip for a link"
```

### I have a dataset and want to work with it on the hub. How do I upload it?
Expand Down

0 comments on commit b6023d1

Please sign in to comment.