-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
References to ddConsoleApp are outdated #55
Comments
Thanks @vtjeng, I guess I don't have newest version of |
Hi but I've got one question, error is like _~/gitrepo/Machine-Learning-6.867-homework/project/code/simulator.py in () ImportError: No module named vtkAll_ then I tried to use ipython instead of jupyter but It wasn't even opened then got errors Is there any good way to solve this problem? Thx :-) |
I've also had the exact same issue when trying to run runcar.ipynb. |
In the new version of
director
, it's now calleddirectorPython
. In addition, import statements referring toddapp
should be changed todirector
.The text was updated successfully, but these errors were encountered: