BryanLundeen.blog

Using SQL and Excel in a Jupyter Notebook

I’ve really been getting into Jupyter notebooks as a place to show how to use Python with data. In this post, I’m experimenting with embedding a Jupyter notebook directly in this WordPress blog.  It takes a little bit of finesse but in a future post I’ll show how I did it. However, there are multiple blogs doing this so if you really need to know how just do a search for embed Jupyter notebook into WordPress. 

 

I was also testing how to use SQL in a Jupyter notebook. That’s not quite as easy as just writing it in an IDE meant for SQL but, it is possible and can be used to show your work. So in the section below you’ll see the Jupyter notebook with SQL queries. Nothing complex, it was just a light experiment.