tfresource / tfresource-website

Travel Forecasting Resource - website reboot
https://tfresource.org
29 stars 54 forks source link

401 python interactivity #403

Closed billyc closed 1 year ago

billyc commented 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>