Ask Your Question
1

Missing modules and functions

asked 2016-04-22 07:05:59 +0200

Fritscher gravatar image

I used the command %reset and now basic functions are missing like the command "show_identifiers()" and even when I assign g=Graph('CF') e get the message (name 'Graph' is not defined). My question: how do I restore the basic commands?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2016-04-22 23:14:15 +0200

tmonteil gravatar image

You can try:

sage: from sage.all import *

Of course the variables you defined yourself will not be recreated.

Also, note that instead of using %reset, you can just do:

sage: reset()

which only reset user-defined variables.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2016-04-22 07:05:59 +0200

Seen: 392 times

Last updated: Apr 22 '16