vegas-viz / Vegas

The missing MatPlotLib for Scala + Spark
MIT License
730 stars 98 forks source link

Fix jupyter-scala usage #89

Closed nightscape closed 7 years ago

nightscape commented 7 years ago

The API of jupyter-scala seems to have changed slightly: Adding the dependency now works via the $ivy pattern and display seems to be publish now.

codecov-io commented 7 years ago

Current coverage is 70.18% (diff: 100%)

Merging #89 into master will decrease coverage by 0.05%

@@             master        #89   diff @@
==========================================
  Files            25         25          
  Lines          1774       1774          
  Methods        1768       1768          
  Messages          0          0          
  Branches          6          6          
==========================================
- Hits           1246       1245     -1   
- Misses          528        529     +1   
  Partials          0          0          

Powered by Codecov. Last update 2b3844a...d36f76b

dbtsai commented 7 years ago

Thanks. Merged into master.