make_clickable#

API documentation for tradingstrategy.utils.jupyter.make_clickable Python function.

make_clickable(text, url)[source]#

Format a value as a clickable link.

Parameters:
  • text – Text to display for the link.

  • url – URL to link to.

Returns:

HTML string with a clickable link.