A physics formulary library written in Python for solving problems in symbolic and numerical ways.
conda create -n libphysics python=3.10
conda activate libphysicspip install -r requirements.txtWith https://mybinder.org/, you can run a Jupyter notebook without installing anything on your computer.
- Open the link: Click on the provided mybinder link to launch the notebook environment.
https://mybinder.org/v2/gh/ferhatpy/libphysics/HEAD
- Access the notebook: In the window that opens, click on
<###>.ipynbon the left-hand side. - Run the cells: Execute the cells in the notebook by pressing
SHIFT+ENTER.
sudo apt install pandoc # Converts a *.ipynb file to a *.pdf file via latex.