prof-rossetti / python-for-finance

https://prof-rossetti.github.io/python-for-finance/
1 stars 0 forks source link

Video Review - Images and Screenshots #14

Open s2t2 opened 2 weeks ago

s2t2 commented 2 weeks ago

Here are some images and screenshots to be added to the videos.

NOTE: command for converting .mov into .gif

ffmpeg -i ~/Desktop/YOUR_SCREENCAST.mov -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=3 > ~/Downloads/YOUR_SCREENCAST.gif

https://gist.github.com/dergachev/4627207

need to first:

brew install ffmpeg
brew install gifsicle
s2t2 commented 2 weeks ago

Getting Started with Google Colab

File Menu:

Screenshot 2024-08-28 at 12 42 42 PM
s2t2 commented 2 weeks ago

List of installed packages in Google Colab

MOV:

https://github.com/user-attachments/assets/0ba082ce-c62c-4c4a-8f07-bc0ecf3c8701

s2t2 commented 2 weeks ago

Vertical Column Select

MOV:

https://github.com/user-attachments/assets/37cf7628-cca4-4174-a211-912caf04b8a6

GIF: vertical-column-select