From dd68d0ec3c1e34e12f105b0dcdefaa5f5e215bcf Mon Sep 17 00:00:00 2001 From: AthrvSharma <156046568+AthrvSharma@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:42:35 +0530 Subject: [PATCH] Update 01.00-IPython-Beyond-Normal-Python.ipynb --- notebooks_v1/01.00-IPython-Beyond-Normal-Python.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks_v1/01.00-IPython-Beyond-Normal-Python.ipynb b/notebooks_v1/01.00-IPython-Beyond-Normal-Python.ipynb index 5d01277e6..ed47619a0 100644 --- a/notebooks_v1/01.00-IPython-Beyond-Normal-Python.ipynb +++ b/notebooks_v1/01.00-IPython-Beyond-Normal-Python.ipynb @@ -41,7 +41,7 @@ "As well as being a useful interactive interface to Python, IPython also provides a number of useful syntactic additions to the language; we'll cover the most useful of these additions here.\n", "In addition, IPython is closely tied with the [Jupyter project](http://jupyter.org), which provides a browser-based notebook that is useful for development, collaboration, sharing, and even publication of data science results.\n", "The IPython notebook is actually a special case of the broader Jupyter notebook structure, which encompasses notebooks for Julia, R, and other programming languages.\n", - "As an example of the usefulness of the notebook format, look no further than the page you are reading: the entire manuscript for this book was composed as a set of IPython notebooks.\n", + "As an example of the usefulness of the notebook athrv sharmascm class cse sem2 chitkara university format, look no further than the page you are reading: the entire manuscript for this book was composed as a set of IPython notebooks.\n", "\n", "IPython is about using Python effectively for interactive scientific and data-intensive computing.\n", "This chapter will start by stepping through some of the IPython features that are useful to the practice of data science, focusing especially on the syntax it offers beyond the standard features of Python.\n",