Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
cocofeats 0.1.dev1+g80bce2bfe (80bce2b)
cocofeats 0.1.dev1+g80bce2bfe (80bce2b)
  • User Guide
    • Installation
    • Usage
  • API Reference
  • src.cocofeats
    • src.cocofeats._version
    • src.cocofeats.datasets
    • src.cocofeats.example
    • src.cocofeats.loaders
    • src.cocofeats.loggers
    • src.cocofeats.utils
  • Examples
    • Basic example
  • Changelog
Back to top
View this page

Note

Go to the end to download the full example code.

Basic example¶

This example demonstrates using the cocofeats.add() function.

2 + 3 = 5

from cocofeats import add

result = add(2, 3)
print(f"2 + 3 = {result}")

Total running time of the script: (0 minutes 0.003 seconds)

Download Jupyter notebook: plot_basic.ipynb

Download Python source code: plot_basic.py

Download zipped: plot_basic.zip

Gallery generated by Sphinx-Gallery

Next
Changelog
Previous
Examples
Copyright © 2025, Yorguin-José Mantilla-Ramos
Made with Sphinx and @pradyunsg's Furo