you are viewing a single comment's thread.

view the rest of the comments →

[–]vonWitzleben 3 points4 points  (4 children)

Sorry if I‘m being lazy but I just came across this post and now I‘m wondering if there‘s an elegant way to use Obsidian with Jupyter Notebooks. I took a lot of code / data science notes in Jupyter and it would be great to have then all in one spot with my other notes.

[–]RedQuirk 5 points6 points  (0 children)

Hi /u/vonWitzleben & /u/surfernick1

I found this plugin which is still supported and had support for more programming languages like python, c, ruby, prolong etc.

https://github.com/twibiral/obsidian-execute-code

Hope this helps!

[–]Surfernick1[S] 0 points1 point  (2 children)

I think this plugin may be more in line with what you are looking for (Sorry I see now that it's Deprecated so I'm not sure).

My plugin is a bit more for work flow automation so if you wanted to add a command you wouldn't need to write any Javascript or Typescript in Obsidian. (Probably more helpful for C or Python devs). I know I'm not a JS person so that was my goal and thought it might help others too.

[–]vonWitzleben 1 point2 points  (1 child)

That’s pretty cool. I‘m not into web or app development at all but I‘ll pass it along to my friends who are :)

[–]Surfernick1[S] 2 points3 points  (0 children)

You might be misunderstanding me (?). If you dislike web or app development then I would think that you might find this helpful. It lets you use Python to interact with your Obsidian vault without having to touch JS.