fiber-space / jupyter-kernel-jsr223

A JSR223 compliant Jupyter kernel implementation in Java
Apache License 2.0
61 stars 12 forks source link

NPE if no start.py in resources #8

Open seletz opened 7 years ago

seletz commented 7 years ago

A NPE occurs if the package does not contain a resources folder with a start.py file in it. The JythonConsole tries to open the resource in setDisplayhook().