Skip to content

industrydive/es6-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •