孤立的笔记本#
这定义了变量,将在另一个笔记本中重复使用它。
from myst_nb import glue
glue("var_text", "My orphaned variable!")
glue("var_float", 1.0/3.0)
'My orphaned variable!'
0.3333333333333333
这定义了变量,将在另一个笔记本中重复使用它。
from myst_nb import glue
glue("var_text", "My orphaned variable!")
glue("var_float", 1.0/3.0)
'My orphaned variable!'
0.3333333333333333