FS#72393 - [code] Python jupyter notebook doesn't work with markdown

Attached to Project: Community Packages
Opened by FederAndInk (FederAndInk) - Monday, 11 October 2021, 14:15 GMT
Last edited by Toolybird (Toolybird) - Friday, 28 April 2023, 06:32 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Massimiliano Torromeo (mtorromeo)
Filipe Laíns (FFY00)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
Opening a '.ipynb' jupyter notebook just load indefinitely and doesn't show anything when there is a markdown cell

Additional info:
* package version(s): 1.61.0-1

Steps to reproduce:

1. Install The Python extension
2. open a notebook with a markdown cell (link to one attached)
This task depends upon

Closed by  Toolybird (Toolybird)
Friday, 28 April 2023, 06:32 GMT
Reason for closing:  Fixed
Additional comments about closing:  See comments
Comment by FederAndInk (FederAndInk) - Monday, 11 October 2021, 14:28 GMT
I tried with visual-studio-code-bin and vscodium-bin and it works.
Comment by Kostas Kardaras (coxackie) - Saturday, 16 October 2021, 07:57 GMT
This issue affects me as well, and let me add a couple more points, hoping they may help with the resolution:

1. This has been happening for some versions now - I think it started when native notebooks became default, instead of webview that was used previously.

2. There seem to be some more issues with native markdown rendering, outside of jupyter notebooks. For example, math (TeX) is not correctly rendered in the markdown previewer, although KaTeX integration in VSCode has happened a couple of iterations back. To wit, created an empty markdown file and type: here is some math $\alpha = \beta$. Check the preview (Ctrl-Sh-V) and you will see that the TeX portion is not correctly rendered (both bode and TeX rendering appears).

Not sure whether point 2 is relevant to the issue here, but it certainly points out that something is wrong with the markdown rendered. I also confirm that there is no such issue with visual-studio-code-bin or vscodium-bin.
Comment by Toolybird (Toolybird) - Friday, 28 April 2023, 06:06 GMT
Is this still an issue with latest pkgs?
Comment by Kostas Kardaras (coxackie) - Friday, 28 April 2023, 06:19 GMT
Actually, no. Things now seem to show and render correctly.

Loading...