Closed billyc closed 1 year ago
Interactive Python panel - example code:
Note you need the ``` triple backticks so that Markdown interprets the contents as pre-formatted text (and thus doesn't try to markdownify any of it)
See https://tfresource.org/topics/Python_Test.html for a live demo!
<PythonPanel> \``` # my python code here print("Hello Python!") \``` </PythonPanel>
Interactive Python panel - example code:
Note you need the ``` triple backticks so that Markdown interprets the contents as pre-formatted text (and thus doesn't try to markdownify any of it)
See https://tfresource.org/topics/Python_Test.html for a live demo!