From 7aea8078f462448b2d3e1274ba688ae7cfff920f Mon Sep 17 00:00:00 2001 From: Jasmine Greenaway Date: Mon, 28 Nov 2022 20:31:29 +0000 Subject: [PATCH] remove pdf link in readme --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 11d133d0..cc1235f9 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,6 @@ In addition, a low-stakes quiz before a class sets the intention of the student You can run this documentation offline by using [Docsify](https://docsify.js.org/#/). Fork this repo, [install Docsify](https://docsify.js.org/#/quickstart) on your local machine, then in the root folder of this repo, type `docsify serve`. The website will be served on port 3000 on your localhost: `localhost:3000`. > Note, notebooks will not be rendered via Docsify, so when you need to run a notebook, do that separately in VS Code running a Python kernel. -## PDF - -A PDF of all of the lessons can be found [here](https://microsoft.github.io/Data-Science-For-Beginners/pdf/readme.pdf) ## Help Wanted!