Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPython Notebook install instructions need a tweak #8

Closed
donnemartin opened this issue Jul 9, 2015 · 0 comments
Closed

IPython Notebook install instructions need a tweak #8

donnemartin opened this issue Jul 9, 2015 · 0 comments

Comments

@donnemartin
Copy link
Owner

The wording makes it sound like installing the notebook dependencies is an optional step. The command is actually needed to run the notebooks.

Before

Or if you want to also get the dependencies for the IPython Notebook:

pip install "ipython[notebook]"

After

Install the dependencies for the IPython Notebook:

pip install "ipython[notebook]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant