Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ノートブックにすべてのユーザー定義変数と関数を一覧表示する方法はありますか?
これは、ノートブックの概要に快適さをもたらすだけでなく、変数名の潜在的な複数の使用を見つけるために必要です(したがって、誤って再定義します)
コンテキスト内の名前を見つけるには、たとえばグローバルコンテキストで、試してみてください
Names["Global`*"]
-ナセル