-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please help about Jupyter file support #31654
Comments
RUN PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin pipx install jupyter docutils --include-deps See: pypa/pipx#754 |
And also if the rendering was failed, we should not show 500 error page, a flash error is enough I think. |
It works! Thank you very much. I think you can add this to the docs. Wonderful project by the way. |
Update: There's a more simple solution. |
Cool! |
Description
I 100% followed the instruction of external renderers on the docs, and even fork the repository to build a new docker image. No matter what it return an error:
Render, jupyter render run command jupyter-nbconvert [--stdin --stdout --to html --template basic] failed: exec: "jupyter-nbconvert": executable file not found in $PATH
Part of logs:
I just transferred my code to gitea a few days ago, maybe I am not familiar enough with gitea. But please offer some solutions of how to solve this issue.
Gitea Version
1.22.1
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
Docker on Linux
How are you running Gitea?
I first used the offical docker image, and tried to install external renderers using command line. After that, I tried to build a docker image with these renderers, but it still returned the same error as mentined above.
Database
MySQL/MariaDB
The text was updated successfully, but these errors were encountered: