How to view this slide#
Online#
Just visit https://gitpitch.com/utensil/slides/master?p=ml , but some slides can't be shown due to origin restrictions and some functionality is absent due to GitPitch restrictions.
Local#
- install latest node.js
- open a console, run
set PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1for Windows andexport PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1for Linux/Mac - run
npm install -g reveal-mdto install reveal-md - run
git clone https://github.com/utensil/slidesandcd slides/ml - run
reveal-md -w ml.mdto start serving the slide, the browser should automatically open the slide, if not, visit http://localhost:1948 .