My StatLab notes in Python.
Please find documentations here.
Instructions on how to install the project and its dependencies.
$ pip install mtbp3Lab
Below is an example of showing the version of currently installed package:
import mtbp3Lab
print(mtbp3.__version__)
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
mtbp3Lab
was created by Y. Hsu. It is licensed under the terms of the GNU General Public License v3.0 license.
Documentation:
- Documents were initially created with
cookiecutter
and thepy-pkgs-cookiecutter
template. - Version badges are provided by: https://img.shields.io/pypi
- Tests badges were generated by: https://smarie.github.io/python-genbadge/
Hsu, Y. (2024). mtbp3Lab: My lab notes in Python [Software]. Retrieved from https://yh202109.github.io/mtbp3Lab/index.html.
@software{mtbp3Lab,
author = {Hsu, Y.},
title = {mtbp3Lab: My lab notes in Python},
year = {2024},
url = {https://yh202109.github.io/mtbp3Lab/index.html},
note = {Software}
}