Create Presentation Slides from Jupyter

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • Jamie Whitacre demonstrates how to create dynamic presentation slides from your Jupyter Notebook using RISE (Reveal js Jupyter/IPython Slideshow Extension).
    This lesson is an excerpt from the video course Using Jupyter Notebooks for Data Science Analysis in Python LiveLessons. Purchase the full course at informit.com/youtube and save 50% with code CZcams.
    Also available in O'Reilly Online Learning (Safari): learning.oreil...

Komentáře • 17

  • @ecp5758
    @ecp5758 Před 3 lety +2

    pip install RISE
    jupyter-nbextension install rise --py --sys-prefix
    jupyter-nbextension enable rise --py --sys-prefix
    Thanks for sharing
    !!!

  • @bernsbuenaobra473
    @bernsbuenaobra473 Před 5 lety +2

    Very substantial and essential know-how! These deserve really more views. Thanks, it answered everything I wan to know of presentation development from my Jupyter notebook

  • @amanpreetsinghgulati2475
    @amanpreetsinghgulati2475 Před 4 lety +1

    You just saved my lot of time of learning PowerPoint
    Thank you ❤️

  • @LemaLogamou
    @LemaLogamou Před 2 lety

    That is exactly what I have been looking for! Thanks a lot!

  • @brunorodriguessilva9075
    @brunorodriguessilva9075 Před 5 lety +4

    That was a very good tutorial, just wish rise would make able for separating the code cell from the output of the cell in different slides or even subslides.

  • @lateefmedley8533
    @lateefmedley8533 Před 5 lety +2

    fantastic tutorial! Your content was clear, concise, and informative

  • @priyankagarach4390
    @priyankagarach4390 Před 4 lety

    Thanks for sharing

  • @pablo89212009
    @pablo89212009 Před 3 lety

    Does anyone know how to use it in split screen?, I just don't understand the "notes" functionality if there is only one screen.

  • @MuhammadAli-gw6ut
    @MuhammadAli-gw6ut Před 7 měsíci

    how to download the slides?

  • @khalidriaz1726
    @khalidriaz1726 Před 2 lety

    Is is possible to use RISE with google colab notebooks? Thank you.

  • @jl12-tt
    @jl12-tt Před 5 lety

    Need to know how to add a vertical scroll bar to show all the code and graph

  • @smbatharutyunyan5042
    @smbatharutyunyan5042 Před 4 lety +1

    Can you please tell me is there any way to remove code's cells from presentation and show only results(table,chart ,etc.).Thank you in advance

    • @javierguerra6243
      @javierguerra6243 Před 4 lety

      I have the same question. Did you figure out how to do it?

    • @smbatharutyunyan5042
      @smbatharutyunyan5042 Před 4 lety

      @@javierguerra6243 I found another solution. Open Anaconda Prompt and write:
      jupyter nbconvert file.ipynb --no-input
      It creates a html link in your folder(where your ipynb file is). You can open it via Chrome or other browser and will see that there is no input cell, only outputs.Then you can save it as PDF

  • @muhammadnajamulislam2823

    nice

  • @ahmadmaroufmiro
    @ahmadmaroufmiro Před 3 lety

    In the notebook code
    !pip install RISE
    !jupyter-nbextension install rise --py --sys-prefix
    !jupyter-nbextension enable rise --py --sys-prefix