<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><meta http-equiv="content-type" content="text/html; charset=utf-8"><div style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">I am having a problem with the jupyter-notebook port (both 3.11 and 3.12) under MacOS 14.5 (Sonoma) on an M1 13” MacBook Pro. More specifically, jupyter-notebook launches and allows me to navigate my hard disk. However, when I click on a notebook to try to edit/run it a new tab is opened in Safari, but it remains empty, and I get the following error in the terminal window:<div><br></div><div><div>[I 2024-06-23 18:55:44.134 ServerApp] Skipped non-installed server(s): bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-server, pyright, python-language-server, python-lsp-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscode-json-languageserver-bin, yaml-language-server</div><div>[W 2024-06-23 18:56:02.144 ServerApp] 500 GET /api/nbconvert?1719161760917 (::1): Could not import nbconvert: No module named 'jupyterlab_pygments'</div><div>[W 2024-06-23 18:56:02.144 ServerApp] wrote error: "Could not import nbconvert: No module named 'jupyterlab_pygments'"</div><div>    Traceback (most recent call last):</div><div>      File "/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/jupyter_server/services/nbconvert/handlers.py", line 34, in get</div><div>        from nbconvert.exporters import base</div><div>      File "/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/nbconvert/exporters/__init__.py", line 1, in <module></div><div>        from .asciidoc import ASCIIDocExporter</div><div>      File "/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/nbconvert/exporters/asciidoc.py", line 9, in <module></div><div>        from .templateexporter import TemplateExporter</div><div>      File "/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/nbconvert/exporters/templateexporter.py", line 31, in <module></div><div>        from nbconvert import filters</div><div>      File "/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/nbconvert/filters/__init__.py", line 18, in <module></div><div>        from .strings import (</div><div>      File "/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/nbconvert/filters/strings.py", line 23, in <module></div><div>        from nbconvert.preprocessors.sanitize import _get_default_css_sanitizer</div><div>      File "/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/nbconvert/preprocessors/__init__.py", line 10, in <module></div><div>        from .csshtmlheader import CSSHTMLHeaderPreprocessor</div><div>      File "/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/nbconvert/preprocessors/csshtmlheader.py", line 10, in <module></div><div>        from jupyterlab_pygments import JupyterStyle  # type:ignore[import-untyped]</div><div>        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</div><div>    ModuleNotFoundError: No module named 'jupyterlab_pygments'</div><div>    </div><div>    The above exception was the direct cause of the following exception:</div><div>    </div><div>    Traceback (most recent call last):</div><div>      File "/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/tornado/web.py", line 1790, in _execute</div><div>        result = await result</div><div>                 ^^^^^^^^^^^^</div><div>      File "/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/jupyter_server/auth/decorator.py", line 73, in inner</div><div>        return await out</div><div>               ^^^^^^^^^</div><div>      File "/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/jupyter_server/services/nbconvert/handlers.py", line 36, in get</div><div>        raise web.HTTPError(500, "Could not import nbconvert: %s" % e) from e</div><div>    tornado.web.HTTPError: HTTP 500: Internal Server Error (Could not import nbconvert: No module named 'jupyterlab_pygments')</div><div><br></div><div>Any idea what the problem might be?</div><div><br></div><div>Thanks a lot in advance,</div><div><br></div><div><br><div>
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 16px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;">Artemio Gonzalez Lopez<br>artemiog@mac.com</div>

</div>

<br></div></div></div></body></html>