Skip to main content
Mathematics LibreTexts

43.3: Video review of Python, IPython, and IPython notebooks

  • Page ID
    70561
  • \( \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}}\)

    Much of this course will be taught in a “flipped” style. This means we give you notebooks to review outside of class and we use in-class time to work on meaningful problems. Many of our pre-class assignments notebooks use videos to help communicate ideas (in lieu of lecture time in class).

    The following two cells will embed the lectures in the notebooks. Run the cells using the “Shift-Enter” key combination described above. Once the video appears just click on the “Play” triangle.

    These videos explain Python and Jupyter in more detail.

    # 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)

    Note that the download URL in this video is a little out of date. See the next video or google “Anaconda Python Download”

    #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: Video review of Python, IPython, and IPython notebooks 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.