chore: add skip button for install section and refactor

This commit is contained in:
rzmk 2024-05-29 17:36:34 -04:00
parent 51daea24e8
commit d62e261e9c
2 changed files with 8 additions and 16 deletions

View file

@ -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.