Skip to content
Discussion options

You must be logged in to vote

Both are working properly for me.
The version with the dot is to output the content without evaluating it.
The following are completely equivalent:

```{.python}
1+2
```

```python
1+2
```

```{python}
#| echo: true
#| eval: false
1+2
```

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@cscheid
Comment options

@eitsupi
Comment options

Answer selected by maxdrohde
Comment options

You must be logged in to vote
3 replies
@maxdrohde
Comment options

@cscheid
Comment options

@cscheid
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants