You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I had opened a Jupyter issue on this, but it sounds like this is a better place for it.
In short:
Setting decimal precision via decimal.getcontext().prec = x intermittently fails to retain the precision setting between cell executions, often resetting decimal precision to 28.
Hi, I had opened a Jupyter issue on this, but it sounds like this is a better place for it.
In short:
Setting decimal precision via
decimal.getcontext().prec = x
intermittently fails to retain the precision setting between cell executions, often resetting decimal precision to 28.More detail in the original issue:
jupyter/notebook#5260
Let me know if you need any other details - thanks!
The text was updated successfully, but these errors were encountered: