View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window zeppelin-jupyter-0.10.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.zeppelin.jupyter.nbformat
├─ org.apache.zeppelin.jupyter.nbformat.Author.class - [JAR]
├─ org.apache.zeppelin.jupyter.nbformat.Cell.class - [JAR]
├─ org.apache.zeppelin.jupyter.nbformat.CellMetadata.class - [JAR]
├─ org.apache.zeppelin.jupyter.nbformat.CodeCell.class - [JAR]
├─ org.apache.zeppelin.jupyter.nbformat.DisplayData.class - [JAR]
├─ org.apache.zeppelin.jupyter.nbformat.Error.class - [JAR]
├─ org.apache.zeppelin.jupyter.nbformat.ExecuteResult.class - [JAR]
├─ org.apache.zeppelin.jupyter.nbformat.HeadingCell.class - [JAR]
├─ org.apache.zeppelin.jupyter.nbformat.Kernelspec.class - [JAR]
├─ org.apache.zeppelin.jupyter.nbformat.LanguageInfo.class - [JAR]
├─ org.apache.zeppelin.jupyter.nbformat.MarkdownCell.class - [JAR]
├─ org.apache.zeppelin.jupyter.nbformat.Metadata.class - [JAR]
├─ org.apache.zeppelin.jupyter.nbformat.Nbformat.class - [JAR]
├─ org.apache.zeppelin.jupyter.nbformat.Output.class - [JAR]
├─ org.apache.zeppelin.jupyter.nbformat.RawCell.class - [JAR]
├─ org.apache.zeppelin.jupyter.nbformat.RawCellMetadata.class - [JAR]
├─ org.apache.zeppelin.jupyter.nbformat.Stream.class - [JAR]
org.apache.zeppelin.jupyter.types
├─ org.apache.zeppelin.jupyter.types.JupyterOutputType.class - [JAR]
├─ org.apache.zeppelin.jupyter.types.ZeppelinOutputType.class - [JAR]
org.apache.zeppelin.jupyter
├─ org.apache.zeppelin.jupyter.JupyterUtil.class - [JAR]
org.apache.zeppelin.jupyter.zformat
├─ org.apache.zeppelin.jupyter.zformat.Note.class - [JAR]
├─ org.apache.zeppelin.jupyter.zformat.Paragraph.class - [JAR]
├─ org.apache.zeppelin.jupyter.zformat.Result.class - [JAR]
├─ org.apache.zeppelin.jupyter.zformat.TypeData.class - [JAR]