.. note:: :class: sphx-glr-download-link-note Click :ref:`here ` to download the full example code .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_crack_egg.py: ============================= Crack Egg ============================= This an example of how to crack an egg (take a slice of subjects/lists from it) .. code-block:: python # Code source: Andrew Heusser # License: MIT #import import quail #load data egg = quail.load('example') #crack egg cracked_egg = egg.crack(subjects=[0], lists=[0]) cracked_egg.info() **Total running time of the script:** ( 0 minutes 0.000 seconds) .. _sphx_glr_download_auto_examples_crack_egg.py: .. only :: html .. container:: sphx-glr-footer :class: sphx-glr-footer-example .. container:: sphx-glr-download :download:`Download Python source code: crack_egg.py ` .. container:: sphx-glr-download :download:`Download Jupyter notebook: crack_egg.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_