ETH Zurich Physics Lab D-USYS Jupyter Package
Student instructions and notebook templates for the physics lab course of Environmentel System Department at ETH Zurich
Contents
- Student Instructions for Experiments
- Notebook Templates
- Various Help and Python Library
List of Experiments
- 01 Elasticity
- 03 Gyroscope
- 04 Oscillating String
- 05 Mechanical Resonance
- 07 Interncal Fores in Fluids
- 09 Absolute Zero Temperature
- 10 Gas Constant R
- 16 Light Interference
- 17 Geometrical Optics
- 21 Spectral Energy of Light
- 24 Spectroscopy
- 41 Beta Decay
- 50 Radioactive Air
- 52 Conductivity and Density
- 53 Groundwater Flow
- 54 Noise
- 55 Internal waves
List of Required Python Packages
- Numpy -> numerical computation
- Scipy -> linear regression and statistics
- Matplotlib -> plotting
- Ipwidgets -> interactive plotting
- Mpl-interaction -> interactive plotting
- ipymbl -> interactive plotting
- Jupyterlab -> Jupyter
- Uncertainties -> error propagation
- Pandas -> reading and working with dataframes (tables)
- tabulate -> table printing