Skip to content

Commit

Permalink
Trim
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Feb 13, 2017
1 parent ea82963 commit 2011c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Some of those tools are included in a toolbox that comes with the language, know

For this exercise, we're going to install and use `pandas <http://pandas.pydata.org/>`_, a tool developed at a financial investment firm that has become a leading open-source tool for accessing and analyzing data.

We'll install pandas the same way we installed the Jupyter Notebook earlier: Our friend ``pip``. Save your notebook, switch to your window/command prompt and hit ``CTRL-C``. That will kill your notebook and return you to the command line. There we'll install pandas.
We'll install pandas the same way we installed the Jupyter Notebook earlier: Our friend ``pip``. Save your notebook, switch to your command prompt and hit ``CTRL-C``. That will kill your notebook and return you to the command line. There we'll install pandas.

.. code-block:: python
Expand Down

0 comments on commit 2011c4f

Please sign in to comment.