Saltar al contenido principal
LibreTexts Español

43.3: Revisión de video de los cuadernos Python, IPython e IPython

  • Page ID
    115040
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Gran parte de este curso se impartirá en un estilo “volteado”. Esto significa que le damos cuadernos para revisar fuera de clase y usamos el tiempo en clase para trabajar en problemas significativos. Muchos de nuestros cuadernos de tareas previas a la clase utilizan videos para ayudar a comunicar ideas (en lugar del tiempo de clases en clase).

    Las dos celdas siguientes incorporarán las conferencias en los cuadernos. Ejecute las celdas usando la combinación de teclas “Shift-Enter” descrita anteriormente. Una vez que aparezca el video basta con hacer clic en el triángulo “Reproducir”.

    Estos videos explican Python y Jupyter con más detalle.

    # The command below this comment actually displays a specific YouTube video,  
    # with a given width and height.  You can watch the video in full-screen (much higher
    # resolution) mode by clicking the little box in the bottom-right corner of the video.
    from IPython.display import YouTubeVideo
    YouTubeVideo("L03BzGmLUUE",width=640,height=360, cc_load_policy=True)

    Tenga en cuenta que la URL de descarga en este video está un poco desactualizada. Ver el siguiente video o google “Anaconda Python Descargar”

    #Python code to display embeded video in jupyter notebook
    from IPython.display import YouTubeVideo
    YouTubeVideo("5WSQnGmz3IA",width=640,height=360, cc_load_policy=True)

    This page titled 43.3: Revisión de video de los cuadernos Python, IPython e IPython is shared under a CC BY-NC 4.0 license and was authored, remixed, and/or curated by Dirk Colbry via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.