.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "examples/encoders/encoders_intro.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code. .. rst-class:: sphx-glr-example-title .. _sphx_glr_examples_encoders_encoders_intro.py: Encoders ======== This is an example for encoding. .. GENERATED FROM PYTHON SOURCE LINES 9-10 First, we will do some setup that won't be required on your system. .. GENERATED FROM PYTHON SOURCE LINES 10-14 .. code-block:: Python import sys, os print(os.getcwd()) sys.path.append('../../') #import mvpy as mv .. rst-class:: sphx-glr-script-out .. code-block:: none /home/runner/work/MVPy/MVPy/examples/encoders .. rst-class:: sphx-glr-timing **Total running time of the script:** (0 minutes 0.001 seconds) .. _sphx_glr_download_examples_encoders_encoders_intro.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: encoders_intro.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: encoders_intro.py ` .. container:: sphx-glr-download sphx-glr-download-zip :download:`Download zipped: encoders_intro.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_