Skip to content

Latest commit

 

History

History

sql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Intro to SQL

Here is the WORKSHOP SLIDE DECK. We'll be using the w3schools website to write queries. It also is a good reference for SQL.


Miscellaneous Stuff

Converting Jupyter Notebook into Slide Deck

The following command will render your Jupyter Notebook into a reveal.js slide deck.

jupyter nbconvert SQLslides.ipynb --to slides --post serve

The --post serve command starts up a local server to host it.

Tip: Make sure your Jupyter notebook is closed before running the command.

Configuration Options

More options available at https://nbconvert.readthedocs.io/en/latest/config_options.html

How to Post Slide Deck Online

  1. Go to http://nbviewer.jupyter.org
  2. Enter url where the Jupyter Notebook file can be located.
  3. Make sure nbviewer is in slide mode and not notebook mode among the icons in the top right.

Contributors

The slide deck was created originally by my student Maggie Orton on March 14, 2017.

And modified by my student Kaitlin Cornwell on March 16, 2018.

And further modified by my student Jessica Zhang on January 31, 2020.