Markdown Rendering Problems

Hi,
after posting this thread in the wrong category, now I am hoping to find some help. I have the issues in JupyterNotebook and VSCode using JupyterNotebook with rendering “Markdown” cells. Rendering is not working and cells are disappearing after running.
It seems I am not the only one with this but no solution has fixed my problem.

My current installation:

% pip list | grep jupyter  
jupyter                   1.1.1
jupyter_client            8.6.3
jupyter-console           6.6.3
jupyter_core              5.7.2
jupyter-events            0.10.0
jupyter-lsp               2.2.5
jupyter_server            2.14.2
jupyter_server_terminals  0.5.3
jupyterlab                4.2.5
jupyterlab_pygments       0.3.0
jupyterlab-quarto         0.1.45
jupyterlab_server         2.27.3
jupyterlab_widgets        3.0.13

Any ideas / suggestions are really appreciated! Thx!

Hi joernt,

I ran into the same problem a few days ago. I updated jupyterlab using conda update jupyterlab, I don’t know if you’ve tried this yet, but if not, could you consider this option?