You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server Extension Error
You probably do not have jupyterlab_latex installed or enabled. Please, run "pip install -U jupyterlab_latex." If that does not work, try "jupyter serverextension enable --sys-prefix jupyterlab_latex".
Error from docker log:
jupyter_lab | [W 2022-11-03 13:00:01.746 ServerApp] 404 GET /latex/build/work/templates/individual_report.tex?synctex=1&1667480400348 (172.16.10.2) 1.49ms referer=https://docker:8888/lab/tree/work/templates/individual_report.tex
jupyter_lab | [W 2022-11-03 13:00:01.789 ServerApp] 404 GET /api/contents/work/templates/individual_report.pdf?type=file&content=1&format=base64&1667480400363 (172.16.10.2): file or directory does not exist: 'work/templates/individual_report.pdf'
Because this is the scipy-notebook docker image, it has latex. I also have installed the extension through jupyterlab itself.
Generating a RSA private key
............+++++
........+++++
writing new private key to '/home/jovyan/.local/share/jupyter/notebook.pem'
-----
[I 2022-11-03 13:05:00.674 ServerApp] jupyterlab | extension was successfully linked.
Generating a RSA private key
.......+++++
......+++++
writing new private key to '/home/jovyan/.local/share/jupyter/notebook.pem'
-----
[W 2022-11-03 13:05:00.761 NotebookApp] 'ip' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-11-03 13:05:00.761 NotebookApp] 'port' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-11-03 13:05:00.762 NotebookApp] 'port' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-11-03 13:05:00.762 NotebookApp] 'certfile' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[I 2022-11-03 13:05:00.767 ServerApp] nbclassic | extension was successfully linked.
[I 2022-11-03 13:05:00.792 LabApp] JupyterLab extension loaded from /opt/conda/lib/python3.10/site-packages/jupyterlab
[I 2022-11-03 13:05:00.792 LabApp] JupyterLab application directory is /opt/conda/share/jupyter/lab
[I 2022-11-03 13:05:00.795 ServerApp] jupyterlab | extension was successfully loaded.
[I 2022-11-03 13:05:00.798 ServerApp] nbclassic | extension was successfully loaded.
[I 2022-11-03 13:05:00.798 ServerApp] The port 8888 is already in use, trying another port.
[I 2022-11-03 13:05:00.798 ServerApp] Serving notebooks from local directory: /home/jovyan
[I 2022-11-03 13:05:00.798 ServerApp] Jupyter Server 1.21.0 is running at:
[I 2022-11-03 13:05:00.798 ServerApp] https://d0959c449c7b:8889/lab?token=9de20cddea103fcc301db6143c070d3c0e5b7a2efb450240
[I 2022-11-03 13:05:00.798 ServerApp] or https://127.0.0.1:8889/lab?token=9de20cddea103fcc301db6143c070d3c0e5b7a2efb450240
[I 2022-11-03 13:05:00.798 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 2022-11-03 13:05:00.801 ServerApp]
To access the server, open this file in a browser:
file:///home/jovyan/.local/share/jupyter/runtime/jpserver-881-open.html
Or copy and paste one of these URLs:
https://d0959c449c7b:8889/lab?token=9de20cddea103fcc301db6143c070d3c0e5b7a2efb450240
or https://127.0.0.1:8889/lab?token=9de20cddea103fcc301db6143c070d3c0e5b7a2efb450240
Browser Output
XHRGEThttps://docker:8888/latex/build/work/templates/individual_report.tex?synctex=1&1667480765980
[HTTP/1.1 404 Not Found 2ms]
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Description
I can't generate LaTeX previews, I get the error:
Error from docker log:
Because this is the scipy-notebook docker image, it has latex. I also have installed the extension through jupyterlab itself.
My docker-compose.yml file is:
Reproduce
Expected behavior
I expect a pdf to be generated
Context
Troubleshoot Output
Command Line Output
Browser Output
The text was updated successfully, but these errors were encountered: