-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
TypeError that occurs in IPython notebook but not IPython shell #28
Comments
San you check the value of The likely cause is an extension which is loaded only by ipykernel |
Check also the content of |
Were you referring to this post from your repeated response to me on ipython/ipython#10367 ? Sorry that I duplicated my question across these two repos... |
Ha yes ! thanks, closing here we can focus on the other one. GitHub still does miss some of my messages though. |
* Create a watchdog trick for modules that is sensitive to notebook paths Fixes ipython#28 * Catch an error when a file is created in the watcher * Use the watcher while developing importnb * Rename the unittests to something more canonical. * Add the github pages deployment to travis. * Fix the watcher instructions in the readme. * Add the watchdog requirement for the setup * Manually install pyyaml from to pass 3.7dev * Add context to the readme * Deploy pages on any travis_branch * Escape the profile read error int he ipython extension * add pip to the cache on travis
Hi, I am posting this issue up here after having received zero help from Stackoverflow. I would greatly appreciate anyone's help on this!
Cryptic TypeError: 'decimal.Decimal' object cannot be interpreted as an integer
The text was updated successfully, but these errors were encountered: