Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 727 Bytes

README.md

File metadata and controls

39 lines (32 loc) · 727 Bytes

ES6 Presentation

Installation

Install pyenv to manage versions

brew update
brew install pyenv

Install Python 3.7

pyenv install 3.7
cd <path to this repo>
pyenv local 3.7

Use pipenv to install dependencies

pipenv shell
pipenv install

Install the ijavascript kernel

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install pkg-config node zeromq
sudo easy_install pip
pip install --upgrade pyzmq jupyter
npm install -g ijavascript
ijsinstall

Run the notebook

jupyter notebook

Server will be at localhost:8888