Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.04 KB

File metadata and controls

51 lines (37 loc) · 1.04 KB

Computational Physics Explorations

Notebooks

Ordinary Differential Equaltions - Solutions to Physics problems by ODEs

Introduction to Quantum Mechanics - Griffiths - Some visualization from this book

Setup

Virtual Environment

mkdir venv

python -m venv venv

source venv\Scripts\activate

pip install -r requirements.txt

pip install git+https://github.com/matplotlib/basemap.git

ipython kernel install --name "computational-physics" --user

jupyter notebook

Anaconda Environment

conda activate computational-physics

conda install --file requirements.txt

ipython kernel install --name "computational-physics" --user

jupyter nbextension enable --py widgetsnbextension

conda install -c conda-forge jupyter_contrib_nbextensions

Start Jupyter

The first time, install the jupyter kernel

ipython kernel install --name "differential-geometry" --user

Then start the notebook

jupyter notebook