How do you use sniprun ? (as the author) I'm quite curious #275
michaelb
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
I like the idea of a markdown page that links up an image and has a code snippet in the file that is responsible for generating the asset. For instance, shell code that runs gnuplot against a data set that may update. That Gnuplot snippet renders an SVG. The tricky bit is grappling with your present working directory with respect to the script and any assets you're trying to generate. It feels very powerful when it works and hard to evangelize when I'm debugging it :D I'm just learning about literate code and SnipRun feels like a great tool to enable this in more clever documentation... but I struggle to work the kinks out of the workflow. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've had fellas in the issues sections talking about running Ansible playbook, pushing the API to its limits, running python ML exercises and I myself used it for a interview coding test (though I should rather have been copying from stackoverflow).
What are the fun/interesting/stupid ways you've used Sniprun ?
Beta Was this translation helpful? Give feedback.
All reactions