Ordinary Differential Equaltions - Solutions to Physics problems by ODEs
Introduction to Quantum Mechanics - Griffiths - Some visualization from this book
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
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
The first time, install the jupyter kernel
ipython kernel install --name "differential-geometry" --user
Then start the notebook
jupyter notebook