Graph! #54
Mara-Li
started this conversation in
Show and tell
Graph!
#54
Replies: 1 comment
-
Note : It must be possible to generate graph for each note, but I don't think it's a good idea because :
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I finally successfully created a semi interactive graph using python.
First, install :
(don't forget to add the plugin to your requirements.txt)
I created the function :
in
overrides/hooks/on_env.py
This will create a file
graph.html
in your assets folder.Secondly, I edited the
utils.js
:I added this to my
utils.css
:Finally, I created the file
graph.md
with the following content :and, TADA :
Beta Was this translation helpful? Give feedback.
All reactions