Skip to content

macwoj/pydatanyc2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydatanyc2019

  • support material from my talk that I gave at PyData NYC 2019

Project links

Setting up

pipenv install

Examples

C++ Example

  • to run the C++ example in the cpp folder run the commands below
  • cppexample_sha needs to be provided
docker build .
bash -c 'docker run -it --rm -p 8889:8888/tcp --hostname arrow -v $(pwd):/dockershare -w /dockershare cppexample_sha jupyter lab --no-browser --ip 0.0.0.0 --allow-root'

Access at localhost:8889 in browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published