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

Work around bad design of eslint #76

Closed mattpap closed 4 years ago

mattpap commented 4 years ago

Apparently linting a few files requires watching entire file system for changes, causing exhaustion of system watchers, especially on travis ci, where the limit is pretty low.