mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 00:29:25 +00:00
chore: add skip button for install section and refactor
This commit is contained in:
parent
51daea24e8
commit
d62e261e9c
2 changed files with 8 additions and 16 deletions
16
appendix.md
16
appendix.md
|
|
@ -4,9 +4,9 @@ jupytext:
|
|||
extension: .md
|
||||
format_name: myst
|
||||
kernelspec:
|
||||
display_name: Python 3
|
||||
language: python
|
||||
name: python3
|
||||
display_name: Bash
|
||||
language: bash
|
||||
name: bash
|
||||
---
|
||||
|
||||
# Appendix
|
||||
|
|
@ -17,18 +17,10 @@ Here you may find conceptual content related to the exercises in the book.
|
|||
|
||||
qsv has multiple versions and may differ for each system. Here we run [a command](https://github.com/jqnatividad/qsv/blob/master/docs/PERFORMANCE.md#version-details) to show what version of qsv this book is using along with other information:
|
||||
|
||||
```bash
|
||||
```{code-cell}
|
||||
qsv --version
|
||||
```
|
||||
|
||||
```{code-cell} python3
|
||||
:tags: [remove-input, scroll-output]
|
||||
|
||||
result = !qsv --version
|
||||
print(result.n)
|
||||
|
||||
```
|
||||
|
||||
## qsv release assets
|
||||
|
||||
A mapping of qsv release files for an arbitrary version X.Y.Z and platforms they may run on are shown in the table below.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue