Open sergio-bezerra opened 5 years ago
Can you provide more info? What code are you trying to execute and what error do you get?
Hi,
I typed the folowing three comand lines:
%matplotlib inline
%config InteractiveShell.ast_node_interactivity='last_expr_or_assign'
from modsim import *
With the error mensage below:
AttributeError Traceback (most recent call last)
I am using a notebook that has been used with some code box but i try to use import and does not work. What can i do?