quarto-dev / jupyterlab-quarto

Quarto JupyterLab Extension
BSD 3-Clause "New" or "Revised" License
16 stars 1 forks source link

Does it work? #6

Open lahwaacz opened 4 months ago

lahwaacz commented 4 months ago

I created a clean virtual environment where I installed JupyterLab and Quarto:

pip install jupyterlab jupyterlab-quarto

However, it still does not seem to work - notably the frontmatter is not rendered as in the screenshot in README:

screenshot-2024-02-17@10:01:33

dragonstyle commented 4 months ago

Hello - thanks for opening this issue! It looks to me like the front matter cell is a raw cell (which isn't rendered as markdown in jupyterlab). Try switching that cell to a markdown cell and things should work as you'd expect.

Let us know if that clears this up!

lahwaacz commented 4 months ago

Well, the Get Started guide instructs to create a "raw" cell. I downloaded the notebook from this page and changed slightly (I think only author was added).

dragonstyle commented 4 months ago

You're correct- we'll either update that doc or I'll figure out how to make raw cell rendering working in a JL extension...

tmatthias29 commented 4 months ago

Might be good to change the documentation here, or at least leave this issue open, until you fix this or chnange the Quarto docs page. I had the same issue as the OP and had to open a closed issue to find the solution.

dragonstyle commented 4 months ago

Good suggestion, I re-opened this. A couple of notes from my research: