Skip to content

Commit

Permalink
Merge pull request yala#5 from JDLH/yala#4-ipython-kernel-for-virtualenv
Browse files Browse the repository at this point in the history
Add ipykernel install command to fix issue yala#4
  • Loading branch information
yala authored Apr 24, 2017
2 parents b0b588e + cf520e0 commit 0d97caa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ pip install tensorflow;
pip install matplotlib;
pip install pandas;
pip install jupyter;
python -m ipykernel install --user --name=intro_dl
echo 'done';
jupyter notebook
```
From within jupyter, in the top-right corner, select the kernel named "intro_dl". This is the kernel that will have the contents of your virtualenv.

## Conda Instructions
```
git clone https://github.com/yala/introdeeplearning;
Expand Down

0 comments on commit 0d97caa

Please sign in to comment.