ucsd-ccbb / visJS2jupyter

visJS2jupyter is a tool to bring the interactivity of networks created with vis.js into jupyter notebook cells
MIT License
78 stars 17 forks source link

Fixing PyPI broken pip install with pip git install and adding setup file #23

Open albre116 opened 6 years ago

albre116 commented 6 years ago

making a proper package so it can be installed via pip git+. right now, the version on PyPI is out of date and not tracking this repository. this will allow someone to install from github source (right now pip install loads a deprecated version that will not import).