summaryrefslogtreecommitdiffstats
path: root/tests/issue46.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/issue46.md')
-rw-r--r--tests/issue46.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/issue46.md b/tests/issue46.md
new file mode 100644
index 0000000..58de908
--- /dev/null
+++ b/tests/issue46.md
@@ -0,0 +1,9 @@
+---
+plot-configuration: tests/fixtures/.verbose-config.yml
+---
+
+```{.matplotlib executable="./issue46/bin/python"}
+import sys
+print(f"sys.executable={sys.executable}", file=sys.stderr)
+import npstreams
+``` \ No newline at end of file