# Jupyter kernel not found when rendering with Quarto

**URL:** https://discourse.julialang.org/t/jupyter-kernel-not-found-when-rendering-with-quarto/86205
**Category:** New to Julia
**Tags:** question
**Created:** [August 23, 2022, 3:45pm UTC](https://discourse.julialang.org/t/jupyter-kernel-not-found-when-rendering-with-quarto/86205 "2022-08-23T15:45:26Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![DrPapa](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/drpapa/32/6835_2.png) [@DrPapa](https://discourse.julialang.org/u/DrPapa)
#### Post date: [August 24, 2022, 12:59pm UTC](https://discourse.julialang.org/t/jupyter-kernel-not-found-when-rendering-with-quarto/86205/10 "2022-08-24T12:59:36Z")

</div>

I see that `build` fixed your issue, but I wanted to put this here in case somebody else has a slightly different issue. I had a weird case were Quarto was picking up a different python version than what was on my path without me knowing. It was using some random conda env version. In that case `build` didn’t work b/c it wasn’t registering with the correct Jupyter install.

In that case , I was able to debug things using `quarto check`

---

_[View the full topic](https://discourse.julialang.org/t/jupyter-kernel-not-found-when-rendering-with-quarto/86205)._
