การย่อขนาด cell output ใน Google Colab

 


ใส่โค้ด


from IPython.display import Javascript

def resize_colab_cell():
  display(Javascript('google.colab.output.setIframeHeight(0, true, {maxHeight: 200})'))

get_ipython().events.register('pre_run_cell', resize_colab_cell)


Previous
Next Post »