Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 2.03 KB

README.md

File metadata and controls

67 lines (46 loc) · 2.03 KB

mtbp3Lab

PyPI PyPI - Downloads License: GPL v3 Tests Status Coverage Status

My StatLab notes in Python.

Please find documentations here.

Table of Contents

Installation

Instructions on how to install the project and its dependencies.

$ pip install mtbp3Lab

Usage

Below is an example of showing the version of currently installed package:

import mtbp3Lab
print(mtbp3.__version__)

Contributing

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.

License

mtbp3Lab was created by Y. Hsu. It is licensed under the terms of the GNU General Public License v3.0 license.

Credits

Documentation:

How to Cite

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}
}