Opened 19 months ago
Last modified 5 months ago
#2939 new task
Render jupyter notebooks in html in gitea — at Initial Version
Reported by: | robe | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Sysadmin Contract 2024-I |
Component: | SysAdmin/Gitea | Keywords: | |
Cc: |
Description
Per request of darkblueb.
Steps more or less detailed here - https://blog.gitea.io/2022/04/how-to-render-jupyter-notebooks-on-gitea/
But had to install ipython as well so:
sudo apt install python3-pip pip3 install nbconvert pip3 install ipython
and then added in the respective lines.
But I think I need to do somethng to enable css and strip the html cause it looks funny.
You can see an example here:
There is also other things like rendering mathjax as detailed in this thread
Note:
See TracTickets
for help on using tickets.