Cannot call Python function from Javascript in Notebook

后端 未结 0 1728
忘了有多久
忘了有多久 2021-01-21 15:33

I would like to call the function say_hello in Jupyter Notebook.

def say_hello():
  print(\'hello\')

%%javascript
//What have been tried
// Method 1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题