padreati / rapaio-jupyter-kernel

Java jupyter kernel
MIT License
48 stars 6 forks source link

Investigate if there is a way to use external javadoc into notebooks #22

Open padreati opened 1 year ago

padreati commented 1 year ago

Investigate if there is a way to use external javadoc into notebooks. JShell provides javadoc only for classes which are part of the JDK distribution. However, many maven dependencies provides also a javadoc jar archive. It would be interesting to see if it is feasible to parse and integrate the parsing results into notebook for inspection facility.