Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

julia engine: include cell label in progress messages #10977

Open
cwickham opened this issue Oct 4, 2024 · 0 comments
Open

julia engine: include cell label in progress messages #10977

cwickham opened this issue Oct 4, 2024 · 0 comments
Labels
enhancement New feature or request julia

Comments

@cwickham
Copy link
Collaborator

cwickham commented Oct 4, 2024

Bug description

Both the knitr and jupyter engine include cell labels in their output when running quarto render. It would be nice if julia did the same.

Steps to reproduce

Here's file with a code cell that has a label set:

---
title: "Untitled"
format: html
engine: julia
---

```{julia}
#| label: addition
1 + 1
```

Expected behavior

For example, something like knitr output:

processing file: r.qmd
1/3           
2/3 [addition]
3/3           
output file: r.knit.md

Actual behavior

Code cells are numbered but don't add the label (I do appreciate the line number in the output!):

quarto render julia.qmd
Running [1/1] at line 7:  1 + 1

Your environment

  • OS: Mac Sequoia 15.0

Quarto check output

Quarto 1.6.21
[✓] Checking versions of quarto binary dependencies...
      Pandoc version 3.4.0: OK
      Dart Sass version 1.70.0: OK
      Deno version 1.46.3: OK
      Typst version 0.11.0: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
      Version: 1.6.21
      Path: /Applications/quarto/bin

[✓] Checking tools....................OK
      TinyTeX: v2024.03.13
      Chromium: (not installed)

[✓] Checking LaTeX....................OK
      Using: TinyTex
      Path: /Users/charlottewickham/Library/TinyTeX/bin/universal-darwin
      Version: 2024

[✓] Checking basic markdown render....OK

[✓] Checking Python 3 installation....OK
      Version: 3.12.2
      Path: /Users/charlottewickham/.pyenv/versions/3.12.2/bin/python
      Jupyter: 5.7.2
      Kernels: julia-1.10, ark, python3

[✓] Checking Jupyter engine render....OK

[✓] Checking R installation...........OK
      Version: 4.3.3
      Path: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources
      LibPaths:
        - /Users/charlottewickham/Library/R/arm64/4.3/library
        - /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library
      knitr: 1.45
      rmarkdown: 2.28

[✓] Checking Knitr engine render......OK
@cwickham cwickham added enhancement New feature or request julia labels Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request julia
Projects
None yet
Development

No branches or pull requests

1 participant