bokeh / jupyter_bokeh

An extension for rendering Bokeh content in JupyterLab notebooks
BSD 3-Clause "New" or "Revised" License
253 stars 48 forks source link

Fix lint failure on travis ci #73

Closed mattpap closed 4 years ago

mattpap commented 4 years ago

Fails with System limit for number of file watchers reached, which is weird because there should be no watchers involved at all.

mattpap commented 4 years ago

Fixed by PR #76.