-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
希望能在解释器中使用 #1136
Comments
Please use IPython as an interactive tool. The reason that cannot find source code in python IDLE, if I recall correctly, is related to cpython's IDLE implementation that does not cache source code while taichi's JIT compilation requires that source code. |
我其实想在houdini里试试,但是ipython不行 |
Being able to use python within houdini would be a cool feature to have, I will mention this with other developers and see if there's anything we can do to improve this. |
Kinda tangent to this topic, I've had issues with Taichi while debugging in Jupyter Notebook, which I think has to do with the way jupyter's kernel is run. I feel like a lot of newbies (like me) tend to use Jupyter Notebook to play around with libraries, so maybe we can do something about it too. |
Would you mind elaborating on what exactly happened when debugging in jupyter notebook? because there is another student reporting jupyter kernel fails after running taichi. |
I didn't remember the exact details to reproduce the errors, but the weird things include:
|
Thanks for sharing, this is super useful for locating the bugs. I'll try them accordingly. And when next time these weird situations happen, please be sure to record them and open an issue on that. |
同样遇到了houdini中跑taichi需要ipython的问题,请问楼主后边有好的解决方法么? |
解释器中使用提示找不到源码
The text was updated successfully, but these errors were encountered: