holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.83k stars 519 forks source link

Panel Incompatible with JupyterLab-MyST #4473

Open riziles opened 1 year ago

riziles commented 1 year ago

No action required, just posting this so other users know.

Installing JupyterLab-MyST with prevent Panel from rendering Markdown correctly inside of JuptyerLab. I love MyST, but I had to remove the JupyterLab extension because it was more import for me to have Panel working correctly.

philippjfr commented 1 year ago

Thanks @riziles, we have been very excited about JupyterLab-MyST so to hear it interferes with Panel is annoying. We'll work out what the issue is and figure out a fix.

riziles commented 1 year ago

@philippjfr , FYI: I posted an issue in JupyterLab-MyST as well:

https://github.com/executablebooks/jupyterlab-myst/issues/101

rowanc1 commented 1 year ago

I very much think the problem for this lies with our new myst extension, still some teething issues as we figure out how it plays with other extensions in Jupyter!

We will keep comments and investigation going in the linked issue, and report back here when we find a solution!

philippjfr commented 1 year ago

I've been running the extension with the Panel development branch all day and haven't experienced major issues. I did experience some slowness in certain cases that I assume is caused by the MyST extension processing the outputs.

rowanc1 commented 1 year ago

There is certainly more performance work we need to do, if you find an example that particularly shows off the issue I would love the bug report! :)