Skip to content

Commit

Permalink
Update colab integration
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfmaddox committed Jun 8, 2024
1 parent f0be04d commit 61066a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kilojoule/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ def process_body(self):
self.cell_output += strip_leading_hash(trailing_source_code)
# if IN_COLAB:
# enable_mathjax_colab()
# display(Markdown(self.cell_output))
display(Markdown(self.cell_output))

def process_node(self, node):
source_code, trailing_comment = get_node_source(node, self.input_lines)
Expand Down

0 comments on commit 61066a9

Please sign in to comment.