Here is the WORKSHOP SLIDE DECK. We'll be using the w3schools website to write queries. It also is a good reference for SQL.
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.
More options available at https://nbconvert.readthedocs.io/en/latest/config_options.html
- Go to http://nbviewer.jupyter.org
- Enter url where the Jupyter Notebook file can be located.
- Make sure nbviewer is in slide mode and not notebook mode among the icons in the top right.
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.