diff --git a/source/ch-jupyter.ptx b/source/ch-jupyter.ptx index a9799bc..97ae807 100644 --- a/source/ch-jupyter.ptx +++ b/source/ch-jupyter.ptx @@ -133,105 +133,4 @@ I've provided a that you can upload to your Codespace to experiment with.

- - - Jupyter Notebooks - -

-In you wrote and ran a few short -scripts in various programming languages. But often, we want -to not only be able to write and execute code, but do so -piece-by-piece, and share the results with other people -without requiring them to run the code themselves... -

-
-
- Intro to Jupyter - - -

-A Jupyter notebook is a file that stores -commentary, code, and output in an all-in-one format suitable for -sharing with other people. -

-
-
-

-Jupyter is a popular open-source tool used in -data science, scientific computing, and computational journalism. -GitHub provides a Codespace ready for running Jupyter notebooks -out of the box: -. -

-
-
- GitHub's Jupyter Codespace -

-Let's begin by going to - - github/codespaces-jupyter -directly. Before we dive into editing a notebook ourselves, -we can first browse the notebooks directory on -the repository page. We see three files, each with the -extension *.ipynb -(short for IPYthon NoteBook, -Jupyter's original name). -

-

-Clicking on each file, you'll note that while there's code, -most of the file is actually narrative and visualization. -That's the appeal of Jupyter for many people: it's about -communicating stories, not just data or software. -

-

-Additionally, you'll see a data directory, which -includes a *.csv Comma Separated -Values spreadsheet. This file can be read into a -notebook for analysis. -

-

-Now, let's follow the instructions of the repository's -README file (). -

-
-
\ No newline at end of file