https://github.com/gutow/deltasymbol
Display things like DeltaG with an actual Delta symbol in SymPy equations in Jupyter notebooks
https://github.com/gutow/deltasymbol
delta physical-chemistry physical-sciences python symbols sympy sympy-expressions thermodynamics
Last synced: 7 months ago
JSON representation
Display things like DeltaG with an actual Delta symbol in SymPy equations in Jupyter notebooks
- Host: GitHub
- URL: https://github.com/gutow/deltasymbol
- Owner: gutow
- License: gpl-3.0
- Created: 2020-06-19T01:28:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T20:48:00.000Z (over 3 years ago)
- Last Synced: 2025-02-08T04:42:15.300Z (8 months ago)
- Topics: delta, physical-chemistry, physical-sciences, python, symbols, sympy, sympy-expressions, thermodynamics
- Language: Jupyter Notebook
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: license-GPLV3.txt
Awesome Lists containing this project
README
__Delta Symbol SymPy Expressions__
author: Jonathan Gutow
date: August 2020
license: GPL V3+
This python module is intended to be used interactive Jupyter notebooks and adds a way to define symbols
for use in SymPy expressions that display as Δ`X` when SymPy
typesets the expressions. This is the abbreviation commonly used in physical science for `final(X) - initial(X)`._Setup/Installation_: Currently this tool is not available as a pip installable package. The file `DeltaSymbol.py`
must be available for import in the directory space of the active Jupyter notebook. To activate issue
the command: `from DeltaSymbol import *`. This does not import SymPy, which must be done separately.Usage examples can be found in the docstrings and the demonstration Jupyter notebook `Demonstration DeltaSymbol Class.ipynb`.
Try in binder: [](https://mybinder.org/v2/gh/gutow/DeltaSymbol.git/master)