From 1ca95eddce81c4ca598caf7fc493db91621e4ac6 Mon Sep 17 00:00:00 2001
From: Sourab Dolai <40881051+Dattebayooooo@users.noreply.github.com>
Date: Tue, 7 Oct 2025 12:33:14 +0530
Subject: [PATCH] fix: url
A quick tour of the Jupyter Notebook
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3465d8d1..972acfa5 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Table of Contents
=================
-* [A quick tour of the Jupyter Notebook](https://nbviewer.org/github/jvns/pandas-cookbook/blob/master/cookbook/A%20quick%20tour%20of%20%20Notebook.ipynb)
+* [A quick tour of the Jupyter Notebook](https://nbviewer.org/github/jvns/pandas-cookbook/blob/master/cookbook/A%20quick%20tour%20of%20IPython%20Notebook.ipynb)
Shows off Jupyter's awesome tab completion and magic functions.
* [Chapter 1: Reading from a CSV](https://nbviewer.org/github/jvns/pandas-cookbook/blob/master/cookbook/Chapter%201%20-%20Reading%20from%20a%20CSV.ipynb)
Reading your data into pandas is pretty much the easiest thing. Even when the encoding is wrong!