Skip to content

IntelligentSystemsLaboratory/Computer-Says-I-Dont-Know

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open in Binder View Slides

Computer Says I Don't know

Slides for The Turing Presents: AI UK.

Setup

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/activate

Install the dependencies

pip install -r requirements.txt

Launch Jupyter Notebook (Interactive RISE slideshow does not currently support Jupyter Lab)

jupyter notebook

Reveal.JS Slides

In 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.

Generating a Static 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 slides

Launch Interactive Slideshow (RISE)

Click the Enter/Exit RISE Slideshow button -- the histogram icon -- to run a live slideshow.

Enter/Exit RISE Slideshow

About

Slides for The Turing Presents: AI UK

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages