弹出窗口在datalab输出,但不在colaboratory输出。
test = """
<script type="text/Javascript">
alert("hi")
</script>
"""
from IPython.display import HTML
HTML(test)
它是一个协作错误吗?怎样才能正常弹出?
谢谢
弹出窗口在datalab输出,但不在colaboratory输出。
test = """
<script type="text/Javascript">
alert("hi")
</script>
"""
from IPython.display import HTML
HTML(test)
它是一个协作错误吗?怎样才能正常弹出?
谢谢