From 99abf4abcceebe1e7c65e829d7a224c1b6643d1a Mon Sep 17 00:00:00 2001 From: ScaryDBA Date: Mon, 8 Apr 2019 09:01:01 -0400 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86ad45b..f0c473d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # Notebooks -Learning how to create, publish, share, program, pretty much everything about Notebooks +Learning how to create, publish, share, program, pretty much everything about Notebooks. The current set under development here are all meant for use with Azure Data Studio and the Jupyter Notebook implementation there. I have no idea how well these will work in other tools. + +## Notebook Purposes and Descriptions + +*Introduction to Containers:* A presentation on containers using a notebook to present from and to run all code samples from. + +*Python to Control Docker:* Documentation of how I set up and manage Python in order to take control of Docker. This is built from the work I'm doing on the Introduction to Containers presentation. + +*Execution Plans:* Chapters from my book on execution plans moved into a notebook so you can run the code from the book directly as you read. + +*Create Database:* Not a notebook at all, but a set of scripts for a PostgreSQL database that I'm developing for demonstrations and tests. These are driven by accesss from Azure Data Studio through Notebooks, which is why I'm keeping it here.