Slides for The Turing Presents: AI UK.
Clone the repository
git clone [email protected]:IntelligentSystemsLaboratory/Computer-Says-I-Dont-Know.git
cd Computer-Says-I-Dont-Know(Optionally) activate a Python virtual environment
python3.8 -m venv venv
source venv/bin/activateInstall the dependencies
pip install -r requirements.txtLaunch Jupyter Notebook (Interactive RISE slideshow does not currently support Jupyter Lab)
jupyter notebookIn the Jupyter Notebook interface open the Template.ipynb file.
To be able to assign slide type to each notebook cell, enable the Slideshow
View in View->Cell Toolbar->Slideshow.
Jupyter comes with a built-in command to convert a Jupyter Notebook into a static HTML Reveal.JS slideshow
jupyter nbconvert Template.ipynb --to slidesClick the Enter/Exit RISE Slideshow button -- the histogram icon -- to run a live slideshow.
