List all User-defined Variables & Functions in a Notebook in Mathematica

后端 未结 1 933
执念已碎
执念已碎 2020-12-14 18:59

Is there a way to list all the user-defined variables & function in a Notebook ?

I would like this for the comfort it brings to a notebook overview as well as to

1条回答
  •  抹茶落季
    2020-12-14 19:44

    To find names in a context, say in the Global context, try

    Names["Global`*"]
    

    --Nasser

    0 讨论(0)
提交回复
热议问题