Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 864 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 864 Bytes

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