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
Refactor calculator.ipynb to improve Colab integration and update installation command
Removed unnecessary newline in the Colab badge section and changed the installation command from `!pip` to `%pip` for better compatibility in Jupyter environments.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Uncertainty Calculator
2
2
3
-
[](https://www.python.org/downloads/release/python-3120/)[](https://github.com/fridrichmethod/UncertaintyCalculator/actions)[](https://opensource.org/licenses/MIT)[](https://colab.research.google.com/github/FridrichMethod/UncertaintyCalculator/blob/main/calculator.ipynb)
3
+
[](https://www.python.org/downloads/release/python-3120/)[](https://github.com/fridrichmethod/UncertaintyCalculator/actions)[](https://opensource.org/licenses/MIT)[](https://colab.research.google.com/github/FridrichMethod/UncertaintyCalculator/blob/main/calculator.ipynb)
4
4
5
5
A Python tool for automated error propagation in physical experiments. This calculator uses symbolic differentiation to compute partial derivatives and propagate uncertainties, generating detailed LaTeX output for your reports.
0 commit comments