What language are you working in? For IPython, at least, there are already some linter integrations published <https://github.com/mattijn/pycodestyle_magic>. You can roll your own by implementing a magic <https://ipython.org/ipython-doc/3/config/custommagics.html>.
Looking forward, there is some good stuff happening towards Language Server Protocol integration <https://github.com/jupyter/enhancement-proposals/pull/26> on jupyterlab-lsp <https://github.com/krassowski/jupyterlab-lsp>, which will allow linting things that don't have kernels at all! -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/c3c1ea8a-5c81-44d9-9781-9adc76b7c6ba%40googlegroups.com.
