Skip to content

Commit

Permalink
other files
Browse files Browse the repository at this point in the history
  • Loading branch information
alto10002 committed Jan 14, 2025
1 parent 6cb8715 commit ab99126
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 9 deletions.
31 changes: 23 additions & 8 deletions docs/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,43 @@
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Example usage\n",
"\n",
"To use `matrics_calculator` in a project:"
],
"metadata": {}
]
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0.1.0\n"
]
}
],
"source": [
"import matrics_calculator\n",
"\n",
"print(matrics_calculator.__version__)"
],
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"metadata": {}
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "matrics_calculator",
"language": "python",
"name": "python3"
},
Expand All @@ -37,9 +52,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.10.16"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
}
7 changes: 7 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tests/test_matrics_calculator.py

This file was deleted.

0 comments on commit ab99126

Please sign in to comment.