File: inline_chunks_REF.md

package info (click to toggle)
python-pweave 0.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,064 kB
  • sloc: python: 30,281; makefile: 167
file content (21 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

# This example tests inline code chunks  


Change properties of a matplotlib plot with inline chunk

	



```python
print(pweave_test)
```

```
True
```



Now do some calculation 2+2= 4 and continue with text...