This notebook should be viewed here. It shows the data, a nice little plot, and some conversion formulas, for comparing the reading of my Thermapen to my Anova sous-vide circulator.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python | |
"""Add a line to docstring in front of code samples if necessary | |
The SymPy documentation automatically converts code samples in docstrings to | |
blocks that can be run in SymPy Live. But many of the docstrings throughout | |
the project follow text, which means that these code samples are not | |
recognized. So not only can they not be run in SymPy Live, but they are | |
converted to `<p>` paragraphs, which means that the formatting is not | |
preserved, and it's all run together on line. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/home/me/.continuum/anaconda/envs/numba21/lib/python3.4/site-packages/llvmlite/ir/instructions.py", line 471, in __init__ | |
typ = typ.elements[i] | |
AttributeError: 'DoubleType' object has no attribute 'elements' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/me/.continuum/anaconda/envs/numba21/lib/python3.4/site-packages/numba/lowering.py", line 196, in lower_block | |
self.lower_inst(inst) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Example showing buggy behavior in matplotlib's z-ordering for 3D objects | |
This example draws a sphere of radius 0.9, and a ring around it at radius 1.0. The ring should therefore be completely | |
outside of the sphere, and when viewed from above should be completely visible. However, depending on the elevation of the | |
viewpoint, the ring becomes hidden. In particular, the default elevation shows this problem. However, any elevation of | |
48.02450 and above seems to work just fine, but anything below that doesn't work. | |
""" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.