Skip to content

ferhatpy/libphysics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libphysics

A physics formulary library written in Python for solving problems in symbolic and numerical ways.

Setting up coding environment

Create virtual environment

conda create -n libphysics python=3.10
conda activate libphysics

Install requirements

pip install -r requirements.txt

Running a Jupyter Notebook without Installation

With https://mybinder.org/, you can run a Jupyter notebook without installing anything on your computer.

Steps

  1. Open the link: Click on the provided mybinder link to launch the notebook environment.

https://mybinder.org/v2/gh/ferhatpy/libphysics/HEAD

  1. Access the notebook: In the window that opens, click on <###>.ipynb on the left-hand side.
  2. Run the cells: Execute the cells in the notebook by pressing SHIFT+ENTER.

Additional Helps

sudo apt install pandoc # Converts a *.ipynb file to a *.pdf file via latex.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages