mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-03 16:08:02 +00:00
19
README.md
19
README.md
@@ -444,25 +444,12 @@ interactive-coding-challenges # Repo
|
||||
|
||||
## Notebook Installation
|
||||
|
||||
### IPython Notebook
|
||||
### Jupyter Notebook
|
||||
|
||||
If you already have Python installed and are familiar with installing packages, you can get IPython Notebook with pip:
|
||||
Run:
|
||||
|
||||
```
|
||||
pip install "ipython[notebook]"
|
||||
```
|
||||
|
||||
If you run into an issue about pyzmq, refer to the following [Stack Overflow post](http://stackoverflow.com/questions/24995438/pyzmq-missing-when-running-ipython-notebook) and run:
|
||||
|
||||
```
|
||||
pip uninstall ipython
|
||||
pip install "ipython[all]"
|
||||
```
|
||||
|
||||
As an alternative, you can also use the provided ```requirements.txt``` file:
|
||||
|
||||
```
|
||||
pip install -r requirements.txt
|
||||
pip install jupyter
|
||||
```
|
||||
|
||||
For detailed instructions, scripts, and tools to more optimally set up your development environment, check out the [dev-setup](https://github.com/donnemartin/dev-setup) repo.
|
||||
|
||||
Reference in New Issue
Block a user