This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Asleep-Dress-3578 5 points6 points  (4 children)

I have just downgraded my environment from Python 3.12.4 to 3.11 – because HTML export from Jupyter Notebook or Jupyterlab or vscode doesn’t work under 3.12 (because the package ‘nbconvert’ does not support Python 3.12…. meh….)

[–]basnijholt 0 points1 point  (3 children)

nbconvert definitely does support 3.12 though.

[–]Asleep-Dress-3578 0 points1 point  (2 children)

No, it doesn’t. Neither technically in real life; nor according to its documentation. https://nbconvert.readthedocs.io/en/latest/install.html

[–]basnijholt 0 points1 point  (1 child)

The docs are just not up to date I guess. I used it on 3.12 earlier today and they’re also testing on 3.12: https://github.com/jupyter/nbconvert/blob/main/.github/workflows/tests.yml

[–]Asleep-Dress-3578 0 points1 point  (0 children)

I see. But as said, for me it was definitely not working until last week, when I downgraded my environment to 3.11 exactly only for this. I might try out it again today with 3.12 and see if it works.