A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
All Classes All Packages

A

AbstractMagic - Class in ganymede.notebook
Abstract base class for Magics.
AbstractMagic() - Constructor for class ganymede.notebook.AbstractMagic
 
AbstractOpenApiSchema - Class in ganymede.jupyter.notebook.model
Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
AbstractOpenApiSchema - Class in ganymede.kernel.client.model
Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
AbstractOpenApiSchema(String, Boolean) - Constructor for class ganymede.jupyter.notebook.model.AbstractOpenApiSchema
 
AbstractOpenApiSchema(String, Boolean) - Constructor for class ganymede.kernel.client.model.AbstractOpenApiSchema
 
AbstractPropertiesMagic - Class in ganymede.notebook
Abstract Properties Magic base class.
AbstractPropertiesMagic() - Constructor for class ganymede.notebook.AbstractPropertiesMagic
 
AbstractRenderer - Class in ganymede.notebook
Abstract base class for Renderers.
AbstractRenderer() - Constructor for class ganymede.notebook.AbstractRenderer
 
AbstractScriptEngine - Class in ganymede.jsr223
Abstract ScriptEngine base class.
AbstractScriptEngine() - Constructor for class ganymede.jsr223.AbstractScriptEngine
 
AbstractScriptEngineFactory - Class in ganymede.jsr223
Abstract ScriptEngineFactory base class.
AbstractScriptEngineFactory() - Constructor for class ganymede.jsr223.AbstractScriptEngineFactory
 
AbstractScriptEngineMagic - Class in ganymede.notebook
Abstract JSR 223 ScriptEngine Magic base class.
AbstractScriptEngineMagic() - Constructor for class ganymede.notebook.AbstractScriptEngineMagic
 
addArgvItem(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
 
addHelpLinksItem(KernelSpecFileHelpLinksInner) - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
 
addKnownDependenciesToClasspath(File) - Method in class ganymede.dependency.Resolver
Method to add known dependencies found within a parent directory to the Resolver.classpath().
addKnownDependenciesToClasspath(File) - Method in class ganymede.shell.Shell
Method to add known dependencies found within a parent directory to the Resolver.classpath().
addToClasspath(File...) - Method in class ganymede.dependency.Resolver
Method to add a File(s) to the Resolver.classpath().
addToClasspath(File...) - Method in class ganymede.shell.Shell
Method to add resolved paths to the JShell instance.
addToClasspath(Artifact...) - Method in class ganymede.dependency.Resolver
Method to add a Artifact(s) to the Resolver.classpath().
addToRepository(File...) - Method in class ganymede.dependency.Resolver
Method to add a File(s) to the repository (WorkspaceReader).
Analyzer - Class in ganymede.dependency
Dependency Analyzer.
Analyzer() - Constructor for class ganymede.dependency.Analyzer
 
AnnotatedMagic - Interface in ganymede.notebook
Magic annotation services.
AnnotatedScriptEngineFactory - Interface in ganymede.jsr223
ScriptEngineFactory annotation services.
AnnotatedScriptEngineMagic - Interface in ganymede.notebook
AbstractScriptEngineMagic annotation services.
ApiClient - Class in ganymede.jupyter.notebook
Configuration and utility class for API clients.
ApiClient - Class in ganymede.kernel.client
Configuration and utility class for API clients.
ApiClient() - Constructor for class ganymede.jupyter.notebook.ApiClient
Create an instance of ApiClient.
ApiClient() - Constructor for class ganymede.kernel.client.ApiClient
Create an instance of ApiClient.
ApiClient(HttpClient.Builder, ObjectMapper, String) - Constructor for class ganymede.jupyter.notebook.ApiClient
Create an instance of ApiClient.
ApiClient(HttpClient.Builder, ObjectMapper, String) - Constructor for class ganymede.kernel.client.ApiClient
Create an instance of ApiClient.
apiConfigSectionNameGet(String) - Method in class ganymede.jupyter.notebook.api.ConfigApi
Get a configuration section by name
apiConfigSectionNameGetWithHttpInfo(String) - Method in class ganymede.jupyter.notebook.api.ConfigApi
Get a configuration section by name
apiConfigSectionNamePatch(String, Object) - Method in class ganymede.jupyter.notebook.api.ConfigApi
Update a configuration section by name
apiConfigSectionNamePatchWithHttpInfo(String, Object) - Method in class ganymede.jupyter.notebook.api.ConfigApi
Update a configuration section by name
apiContentsPathCheckpointsCheckpointIdDelete(String, String) - Method in class ganymede.jupyter.notebook.api.ContentsApi
Delete a checkpoint
apiContentsPathCheckpointsCheckpointIdDeleteWithHttpInfo(String, String) - Method in class ganymede.jupyter.notebook.api.ContentsApi
Delete a checkpoint
apiContentsPathCheckpointsCheckpointIdPost(String, String) - Method in class ganymede.jupyter.notebook.api.ContentsApi
Restore a file to a particular checkpointed state
apiContentsPathCheckpointsCheckpointIdPostWithHttpInfo(String, String) - Method in class ganymede.jupyter.notebook.api.ContentsApi
Restore a file to a particular checkpointed state
apiContentsPathCheckpointsGet(String) - Method in class ganymede.jupyter.notebook.api.ContentsApi
Get a list of checkpoints for a file List checkpoints for a given file.
apiContentsPathCheckpointsGetWithHttpInfo(String) - Method in class ganymede.jupyter.notebook.api.ContentsApi
Get a list of checkpoints for a file List checkpoints for a given file.
apiContentsPathCheckpointsPost(String) - Method in class ganymede.jupyter.notebook.api.ContentsApi
Create a new checkpoint for a file Create a new checkpoint with the current state of a file.
apiContentsPathCheckpointsPostWithHttpInfo(String) - Method in class ganymede.jupyter.notebook.api.ContentsApi
Create a new checkpoint for a file Create a new checkpoint with the current state of a file.
apiContentsPathDelete(String) - Method in class ganymede.jupyter.notebook.api.ContentsApi
Delete a file in the given path
apiContentsPathDeleteWithHttpInfo(String) - Method in class ganymede.jupyter.notebook.api.ContentsApi
Delete a file in the given path
apiContentsPathGet(String, String, String, Integer, Integer) - Method in class ganymede.jupyter.notebook.api.ContentsApi
Get contents of file or directory A client can optionally specify a type and/or format argument via URL parameter.
ApiContentsPathGet400Response - Class in ganymede.jupyter.notebook.model
ApiContentsPathGet400Response
ApiContentsPathGet400Response() - Constructor for class ganymede.jupyter.notebook.model.ApiContentsPathGet400Response
 
apiContentsPathGetWithHttpInfo(String, String, String, Integer, Integer) - Method in class ganymede.jupyter.notebook.api.ContentsApi
Get contents of file or directory A client can optionally specify a type and/or format argument via URL parameter.
apiContentsPathPatch(String) - Method in class ganymede.jupyter.notebook.api.ContentsApi
Rename a file or directory without re-uploading content
apiContentsPathPatchWithHttpInfo(String) - Method in class ganymede.jupyter.notebook.api.ContentsApi
Rename a file or directory without re-uploading content
apiContentsPathPost(String, ApiContentsPathPostRequest) - Method in class ganymede.jupyter.notebook.api.ContentsApi
Create a new file in the specified path A POST to /api/contents/path creates a New untitled, empty file or directory.
ApiContentsPathPostRequest - Class in ganymede.jupyter.notebook.model
ApiContentsPathPostRequest
ApiContentsPathPostRequest() - Constructor for class ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
 
apiContentsPathPostWithHttpInfo(String, ApiContentsPathPostRequest) - Method in class ganymede.jupyter.notebook.api.ContentsApi
Create a new file in the specified path A POST to /api/contents/path creates a New untitled, empty file or directory.
apiContentsPathPut(String, ApiContentsPathPutRequest) - Method in class ganymede.jupyter.notebook.api.ContentsApi
Save or upload file.
ApiContentsPathPutRequest - Class in ganymede.jupyter.notebook.model
ApiContentsPathPutRequest
ApiContentsPathPutRequest() - Constructor for class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
 
apiContentsPathPutWithHttpInfo(String, ApiContentsPathPutRequest) - Method in class ganymede.jupyter.notebook.api.ContentsApi
Save or upload file.
ApiException - Exception in ganymede.jupyter.notebook
 
ApiException - Exception in ganymede.kernel.client
 
ApiException() - Constructor for exception ganymede.jupyter.notebook.ApiException
 
ApiException() - Constructor for exception ganymede.kernel.client.ApiException
 
ApiException(int, String) - Constructor for exception ganymede.jupyter.notebook.ApiException
 
ApiException(int, String) - Constructor for exception ganymede.kernel.client.ApiException
 
ApiException(int, String, HttpHeaders, String) - Constructor for exception ganymede.jupyter.notebook.ApiException
 
ApiException(int, String, HttpHeaders, String) - Constructor for exception ganymede.kernel.client.ApiException
 
ApiException(int, HttpHeaders, String) - Constructor for exception ganymede.jupyter.notebook.ApiException
 
ApiException(int, HttpHeaders, String) - Constructor for exception ganymede.kernel.client.ApiException
 
ApiException(String) - Constructor for exception ganymede.jupyter.notebook.ApiException
 
ApiException(String) - Constructor for exception ganymede.kernel.client.ApiException
 
ApiException(String, int, HttpHeaders, String) - Constructor for exception ganymede.jupyter.notebook.ApiException
 
ApiException(String, int, HttpHeaders, String) - Constructor for exception ganymede.kernel.client.ApiException
 
ApiException(String, Throwable, int, HttpHeaders) - Constructor for exception ganymede.jupyter.notebook.ApiException
 
ApiException(String, Throwable, int, HttpHeaders) - Constructor for exception ganymede.kernel.client.ApiException
 
ApiException(String, Throwable, int, HttpHeaders, String) - Constructor for exception ganymede.jupyter.notebook.ApiException
 
ApiException(String, Throwable, int, HttpHeaders, String) - Constructor for exception ganymede.kernel.client.ApiException
 
ApiException(Throwable) - Constructor for exception ganymede.jupyter.notebook.ApiException
 
ApiException(Throwable) - Constructor for exception ganymede.kernel.client.ApiException
 
apiGet() - Method in class ganymede.jupyter.notebook.api.DefaultApi
Get the Jupyter Server version This endpoint returns only the Jupyter Server version.
ApiGet200Response - Class in ganymede.jupyter.notebook.model
ApiGet200Response
ApiGet200Response() - Constructor for class ganymede.jupyter.notebook.model.ApiGet200Response
 
apiGetWithHttpInfo() - Method in class ganymede.jupyter.notebook.api.DefaultApi
Get the Jupyter Server version This endpoint returns only the Jupyter Server version.
apiKernelsGet() - Method in class ganymede.jupyter.notebook.api.KernelsApi
List the JSON data for all kernels that are currently running
apiKernelsGetWithHttpInfo() - Method in class ganymede.jupyter.notebook.api.KernelsApi
List the JSON data for all kernels that are currently running
apiKernelsKernelIdDelete(UUID) - Method in class ganymede.jupyter.notebook.api.KernelsApi
Kill a kernel and delete the kernel id
apiKernelsKernelIdDeleteWithHttpInfo(UUID) - Method in class ganymede.jupyter.notebook.api.KernelsApi
Kill a kernel and delete the kernel id
apiKernelsKernelIdGet(UUID) - Method in class ganymede.jupyter.notebook.api.KernelsApi
Get kernel information
apiKernelsKernelIdGetWithHttpInfo(UUID) - Method in class ganymede.jupyter.notebook.api.KernelsApi
Get kernel information
apiKernelsKernelIdInterruptPost(UUID) - Method in class ganymede.jupyter.notebook.api.KernelsApi
Interrupt a kernel
apiKernelsKernelIdInterruptPostWithHttpInfo(UUID) - Method in class ganymede.jupyter.notebook.api.KernelsApi
Interrupt a kernel
apiKernelsKernelIdRestartPost(UUID) - Method in class ganymede.jupyter.notebook.api.KernelsApi
Restart a kernel
apiKernelsKernelIdRestartPostWithHttpInfo(UUID) - Method in class ganymede.jupyter.notebook.api.KernelsApi
Restart a kernel
apiKernelspecsGet() - Method in class ganymede.jupyter.notebook.api.KernelspecsApi
Get kernel specs
ApiKernelspecsGet200Response - Class in ganymede.jupyter.notebook.model
ApiKernelspecsGet200Response
ApiKernelspecsGet200Response() - Constructor for class ganymede.jupyter.notebook.model.ApiKernelspecsGet200Response
 
apiKernelspecsGetWithHttpInfo() - Method in class ganymede.jupyter.notebook.api.KernelspecsApi
Get kernel specs
apiKernelsPost(ApiKernelsPostRequest) - Method in class ganymede.jupyter.notebook.api.KernelsApi
Start a kernel and return the uuid
ApiKernelsPostRequest - Class in ganymede.jupyter.notebook.model
ApiKernelsPostRequest
ApiKernelsPostRequest() - Constructor for class ganymede.jupyter.notebook.model.ApiKernelsPostRequest
 
apiKernelsPostWithHttpInfo(ApiKernelsPostRequest) - Method in class ganymede.jupyter.notebook.api.KernelsApi
Start a kernel and return the uuid
apiMeGet(String) - Method in class ganymede.jupyter.notebook.api.IdentityApi
Get the identity of the currently authenticated user.
ApiMeGet200Response - Class in ganymede.jupyter.notebook.model
ApiMeGet200Response
ApiMeGet200Response() - Constructor for class ganymede.jupyter.notebook.model.ApiMeGet200Response
 
apiMeGetWithHttpInfo(String) - Method in class ganymede.jupyter.notebook.api.IdentityApi
Get the identity of the currently authenticated user.
ApiResponse<T> - Class in ganymede.jupyter.notebook
API response returned by API call.
ApiResponse<T> - Class in ganymede.kernel.client
API response returned by API call.
ApiResponse(int, Map<String, List<String>>) - Constructor for class ganymede.jupyter.notebook.ApiResponse
 
ApiResponse(int, Map<String, List<String>>) - Constructor for class ganymede.kernel.client.ApiResponse
 
ApiResponse(int, Map<String, List<String>>, T) - Constructor for class ganymede.jupyter.notebook.ApiResponse
 
ApiResponse(int, Map<String, List<String>>, T) - Constructor for class ganymede.kernel.client.ApiResponse
 
apiSessionsGet() - Method in class ganymede.jupyter.notebook.api.SessionsApi
List available sessions
apiSessionsGetWithHttpInfo() - Method in class ganymede.jupyter.notebook.api.SessionsApi
List available sessions
apiSessionsPost(Session) - Method in class ganymede.jupyter.notebook.api.SessionsApi
Create a new session, or return an existing session if a session of the same name already exists
ApiSessionsPost501Response - Class in ganymede.jupyter.notebook.model
error message
ApiSessionsPost501Response() - Constructor for class ganymede.jupyter.notebook.model.ApiSessionsPost501Response
 
apiSessionsPostWithHttpInfo(Session) - Method in class ganymede.jupyter.notebook.api.SessionsApi
Create a new session, or return an existing session if a session of the same name already exists
apiSessionsSessionDelete(UUID) - Method in class ganymede.jupyter.notebook.api.SessionsApi
Delete a session
apiSessionsSessionDeleteWithHttpInfo(UUID) - Method in class ganymede.jupyter.notebook.api.SessionsApi
Delete a session
apiSessionsSessionGet(UUID) - Method in class ganymede.jupyter.notebook.api.SessionsApi
Get session
apiSessionsSessionGetWithHttpInfo(UUID) - Method in class ganymede.jupyter.notebook.api.SessionsApi
Get session
apiSessionsSessionPatch(UUID, Session) - Method in class ganymede.jupyter.notebook.api.SessionsApi
This can be used to rename the session.
apiSessionsSessionPatchWithHttpInfo(UUID, Session) - Method in class ganymede.jupyter.notebook.api.SessionsApi
This can be used to rename the session.
ApiSpecApi - Class in ganymede.jupyter.notebook.api
 
ApiSpecApi() - Constructor for class ganymede.jupyter.notebook.api.ApiSpecApi
 
ApiSpecApi(ApiClient) - Constructor for class ganymede.jupyter.notebook.api.ApiSpecApi
 
apiSpecYamlGet() - Method in class ganymede.jupyter.notebook.api.ApiSpecApi
Get the current spec for the notebook server's APIs.
apiSpecYamlGetWithHttpInfo() - Method in class ganymede.jupyter.notebook.api.ApiSpecApi
Get the current spec for the notebook server's APIs.
APIStatus - Class in ganymede.jupyter.notebook.model
Notebook server API status.
APIStatus() - Constructor for class ganymede.jupyter.notebook.model.APIStatus
 
apiStatusGet() - Method in class ganymede.jupyter.notebook.api.StatusApi
Get the current status/activity of the server.
apiStatusGetWithHttpInfo() - Method in class ganymede.jupyter.notebook.api.StatusApi
Get the current status/activity of the server.
apiTerminalsGet() - Method in class ganymede.jupyter.notebook.api.TerminalsApi
Get available terminals
apiTerminalsGetWithHttpInfo() - Method in class ganymede.jupyter.notebook.api.TerminalsApi
Get available terminals
apiTerminalsPost() - Method in class ganymede.jupyter.notebook.api.TerminalsApi
Create a new terminal
apiTerminalsPostWithHttpInfo() - Method in class ganymede.jupyter.notebook.api.TerminalsApi
Create a new terminal
apiTerminalsTerminalIdDelete(String) - Method in class ganymede.jupyter.notebook.api.TerminalsApi
Delete a terminal session corresponding to an id.
apiTerminalsTerminalIdDeleteWithHttpInfo(String) - Method in class ganymede.jupyter.notebook.api.TerminalsApi
Delete a terminal session corresponding to an id.
apiTerminalsTerminalIdGet(String) - Method in class ganymede.jupyter.notebook.api.TerminalsApi
Get a terminal session corresponding to an id.
apiTerminalsTerminalIdGetWithHttpInfo(String) - Method in class ganymede.jupyter.notebook.api.TerminalsApi
Get a terminal session corresponding to an id.
ApiUtil - Class in ganymede.kernel
 
ApiUtil() - Constructor for class ganymede.kernel.ApiUtil
 
Application(String) - Constructor for class ganymede.notebook.Magic.Application
Sole public constructor.
argv(List<String>) - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
 
asJson(Object) - Method in class ganymede.notebook.NotebookContext
NotebookFunction to convert an Object to JSON representation.
asObjectNode() - Method in class ganymede.server.Message
Convenience method to return Message.header, Message.parentHeader, Message.metadata, and Message.content wrapped in an ObjectNode.
asYaml(Object) - Method in class ganymede.notebook.NotebookContext
NotebookFunction to convert an Object to YAML representation.
avatarUrl(String) - Method in class ganymede.jupyter.notebook.model.Identity
 

B

BANG - Static variable in interface ganymede.notebook.Magic
Special-case Magic name.
BASE64_ENCODER - Static variable in interface ganymede.notebook.Renderer
Base64.Encoder instance.
Bash - Class in ganymede.kernel.magic
Bash() - Constructor for class ganymede.kernel.magic.Bash
 
bind(File) - Method in class ganymede.kernel.Kernel
 
bind(File) - Method in class ganymede.server.Server
Add a connection specified by a Connection File.
bind(String) - Method in class ganymede.server.Server
Add a connection specified by a Connection File.
bootstrap() - Static method in class ganymede.notebook.NotebookContext
Method to generate the bootstrap code for a new JShell instance.
buffers - Variable in class ganymede.server.Message
 
Builtin - Class in ganymede.shell
Abstract base class for built-in Magics (executed locally in the Shell).
Builtin() - Constructor for class ganymede.shell.Builtin
 
busy - ganymede.server.Message.status
 

C

CELL - Static variable in interface ganymede.notebook.Magic
Cell Magic indicator.
Channel - Class in ganymede.server
Channel() - Constructor for class ganymede.server.Channel
 
Channel.Control - Class in ganymede.server
Control Channel abstract base class.
Channel.Heartbeat - Class in ganymede.server
Standard Heartbeat Channel.
Channel.IOPub - Class in ganymede.server
Channel.Protocol - Class in ganymede.server
Jupyter protocol Channel abstract base class.
Channel.Shell - Class in ganymede.server
Shell Channel abstract base class.
Channel.Stdin - Class in ganymede.server
Stdin Channel abstract base class.
Checkpoints - Class in ganymede.jupyter.notebook.model
A checkpoint object.
Checkpoints() - Constructor for class ganymede.jupyter.notebook.model.Checkpoints
 
classpath - Variable in class ganymede.notebook.NotebookContext
List of classpath entries.
classpath() - Method in class ganymede.dependency.Resolver
Method to get the current classpath.
classpath() - Method in class ganymede.kernel.client.api.DefaultApi
Get Shell classpath
classpath() - Method in class ganymede.kernel.client.KernelRestClient
classpath() - Method in class ganymede.kernel.Kernel
 
classpath() - Method in interface ganymede.kernel.KernelApi
GET /kernel/shell/classpath : Get Shell classpath
classpath() - Method in class ganymede.shell.Shell
Method to get the current classpath.
Classpath - Class in ganymede.shell.builtin
Classpath() - Constructor for class ganymede.shell.builtin.Classpath
 
classpathWithHttpInfo() - Method in class ganymede.kernel.client.api.DefaultApi
Get Shell classpath
clone() - Method in class ganymede.jupyter.notebook.RFC3339DateFormat
 
clone() - Method in class ganymede.kernel.client.RFC3339DateFormat
 
close() - Method in class ganymede.io.PrintStreamBuffer
 
close() - Method in class ganymede.shell.Shell
Method to close (terminate) a Shell.
codemirrorMode(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
 
color(String) - Method in class ganymede.jupyter.notebook.model.Identity
 
CommonMarkNodeRenderer() - Constructor for class ganymede.kernel.magic.Markdown.CommonMarkNodeRenderer
 
compile(String) - Method in class ganymede.notebook.AbstractPropertiesMagic
Method to convert the cell code to a Properties instance.
complete - ganymede.notebook.Magic.completeness
 
ConfigApi - Class in ganymede.jupyter.notebook.api
 
ConfigApi() - Constructor for class ganymede.jupyter.notebook.api.ConfigApi
 
ConfigApi(ApiClient) - Constructor for class ganymede.jupyter.notebook.api.ConfigApi
 
Configuration - Class in ganymede.jupyter.notebook
 
Configuration - Class in ganymede.kernel.client
 
Configuration() - Constructor for class ganymede.jupyter.notebook.Configuration
 
Configuration() - Constructor for class ganymede.kernel.client.Configuration
 
configure(NotebookContext) - Method in class ganymede.notebook.AbstractMagic
 
configure(NotebookContext) - Method in interface ganymede.notebook.Magic
JShell configuration method.
configure(RendererMap) - Method in class ganymede.notebook.AbstractRenderer
 
configure(RendererMap) - Method in interface ganymede.notebook.Renderer
RendererMap configuration method.
connect(Channel.Shell, Channel.Control, Channel.IOPub, Channel.Stdin, Channel.Heartbeat) - Method in class ganymede.server.Connection
Method to connect a kernel's Channels.
connect(Connection, String) - Method in class ganymede.server.Channel
Method to schedule creation of and binding to a ZMQ.Socket for this address.
connect(String, String, String) - Method in class ganymede.notebook.NotebookContext.SQL
Target of the SQL Magic.
Connect - Class in ganymede.connect
Ganymede Jupyter Kernel Connect CLI.
Connect() - Constructor for class ganymede.connect.Connect
 
Connection - Class in ganymede.server
Jupyter Connection.
Connection() - Constructor for class ganymede.server.Connection
 
connections(BigDecimal) - Method in class ganymede.jupyter.notebook.model.APIStatus
 
connections(BigDecimal) - Method in class ganymede.jupyter.notebook.model.Kernel
 
content - Variable in class ganymede.server.Message
 
content(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
 
content(String) - Method in class ganymede.jupyter.notebook.model.Contents
 
content(Throwable, String) - Static method in class ganymede.server.Message
Method to create a "standard" error node.
Contents - Class in ganymede.jupyter.notebook.model
A contents object.
Contents() - Constructor for class ganymede.jupyter.notebook.model.Contents
 
Contents.TypeEnum - Enum in ganymede.jupyter.notebook.model
Type of content
ContentsApi - Class in ganymede.jupyter.notebook.api
 
ContentsApi() - Constructor for class ganymede.jupyter.notebook.api.ContentsApi
 
ContentsApi(ApiClient) - Constructor for class ganymede.jupyter.notebook.api.ContentsApi
 
context - Variable in class ganymede.notebook.AbstractMagic
context - Variable in class ganymede.notebook.NotebookContext
Control(Server) - Constructor for class ganymede.server.Channel.Control
Sole constructor.
copy() - Method in class ganymede.server.Message
Method to copy a Message.
copyFrom(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
 
createBindings() - Method in class ganymede.jsr223.AbstractScriptEngine
 
created(String) - Method in class ganymede.jupyter.notebook.model.Contents
 
createDefaultHttpClientBuilder() - Method in class ganymede.jupyter.notebook.ApiClient
 
createDefaultHttpClientBuilder() - Method in class ganymede.kernel.client.ApiClient
 
createDefaultObjectMapper() - Method in class ganymede.jupyter.notebook.ApiClient
 
createDefaultObjectMapper() - Method in class ganymede.kernel.client.ApiClient
 

D

DATA - Static variable in interface ganymede.notebook.Renderer
 
date() - Method in class ganymede.server.Message
 
date(String) - Method in class ganymede.server.Message
 
DefaultApi - Class in ganymede.jupyter.notebook.api
 
DefaultApi - Class in ganymede.kernel.client.api
 
DefaultApi() - Constructor for class ganymede.jupyter.notebook.api.DefaultApi
 
DefaultApi() - Constructor for class ganymede.kernel.client.api.DefaultApi
 
DefaultApi(ApiClient) - Constructor for class ganymede.jupyter.notebook.api.DefaultApi
 
DefaultApi(ApiClient) - Constructor for class ganymede.kernel.client.api.DefaultApi
 
DefaultRenderer - Class in ganymede.notebook
Default Object Renderer service provider.
DefaultRenderer() - Constructor for class ganymede.notebook.DefaultRenderer
 
defaultValue - Variable in class ganymede.jupyter.notebook.ServerVariable
 
defaultValue - Variable in class ganymede.kernel.client.ServerVariable
 
description - Variable in class ganymede.jupyter.notebook.ServerConfiguration
 
description - Variable in class ganymede.jupyter.notebook.ServerVariable
 
description - Variable in class ganymede.kernel.client.ServerConfiguration
 
description - Variable in class ganymede.kernel.client.ServerVariable
 
Description - Annotation Type in ganymede.notebook
Description.ProcessorImpl - Class in ganymede.notebook
Processor implementation.
destroy() - Method in class ganymede.kernel.Kernel
 
digest(byte[]...) - Method in class ganymede.server.HMACDigester
Method to calculate a digest for message frames.
DIRECTORY - ganymede.jupyter.notebook.model.Contents.TypeEnum
 
dispatch(Dispatcher, ZMQ.Socket, byte[]) - Method in class ganymede.server.Channel
Callback method to receive and dispatch a Message.
dispatch(Dispatcher, ZMQ.Socket, byte[]) - Method in class ganymede.server.Channel.Heartbeat
 
dispatch(Dispatcher, ZMQ.Socket, byte[]) - Method in class ganymede.server.Channel.IOPub
 
dispatch(Dispatcher, ZMQ.Socket, byte[]) - Method in class ganymede.server.Channel.Protocol
 
dispatch(Dispatcher, ZMQ.Socket, Message) - Method in class ganymede.server.Channel.Control
 
dispatch(Dispatcher, ZMQ.Socket, Message) - Method in class ganymede.server.Channel.IOPub
 
dispatch(Dispatcher, ZMQ.Socket, Message) - Method in class ganymede.server.Channel.Protocol
Callback method to dispatch a Message.
dispatch(Dispatcher, ZMQ.Socket, Message) - Method in class ganymede.server.Channel.Shell
 
dispatch(ZMQ.Socket, byte[]) - Method in class ganymede.server.Dispatcher
Callback method to dispatch a received message.
dispatch(ZMQ.Socket, Message) - Method in class ganymede.server.Dispatcher
Callback method to dispatch a Message.
Dispatcher - Class in ganymede.server
Dispatcher() - Constructor for class ganymede.server.Dispatcher
 
display(JsonNode) - Method in interface ganymede.kernel.KernelApi
PUT /kernel/function/display : Jupyter display implemenation
display(JsonNode) - Method in class ganymede.kernel.client.api.DefaultApi
Jupyter display implemenation
display(JsonNode) - Method in class ganymede.kernel.client.KernelRestClient
display(JsonNode) - Method in class ganymede.kernel.Kernel
 
display(Object) - Method in class ganymede.notebook.NotebookContext
NotebookFunction to display from a Notebook cell.
display_data(ObjectNode) - Method in class ganymede.server.Message
display_data(String) - Method in class ganymede.server.Message
displayName(String) - Method in class ganymede.jupyter.notebook.model.Identity
 
displayName(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
 
displayWithHttpInfo(JsonNode) - Method in class ganymede.kernel.client.api.DefaultApi
Jupyter display implemenation
document() - Method in class ganymede.util.Javadoc
 

E

engine - Variable in class ganymede.notebook.AbstractScriptEngineMagic
engine() - Method in class ganymede.kernel.magic.Scala
 
engine() - Method in class ganymede.kernel.magic.Velocity
 
engine() - Method in class ganymede.notebook.AbstractScriptEngineMagic
Method to get the ScriptEngine.
enumValues - Variable in class ganymede.jupyter.notebook.ServerVariable
 
enumValues - Variable in class ganymede.kernel.client.ServerVariable
 
env(Map<String, String>) - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
 
Env - Class in ganymede.kernel.magic
Env() - Constructor for class ganymede.kernel.magic.Env
 
envelope - Variable in class ganymede.server.Message
 
equals(Object) - Method in class ganymede.jupyter.notebook.model.AbstractOpenApiSchema
 
equals(Object) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathGet400Response
Return true if this _api_contents__path__get_400_response object is equal to o.
equals(Object) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
Return true if this _api_contents__path__post_request object is equal to o.
equals(Object) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
Return true if this _api_contents__path__put_request object is equal to o.
equals(Object) - Method in class ganymede.jupyter.notebook.model.ApiGet200Response
Return true if this _api__get_200_response object is equal to o.
equals(Object) - Method in class ganymede.jupyter.notebook.model.ApiKernelspecsGet200Response
Return true if this _api_kernelspecs_get_200_response object is equal to o.
equals(Object) - Method in class ganymede.jupyter.notebook.model.ApiKernelsPostRequest
Return true if this _api_kernels_post_request object is equal to o.
equals(Object) - Method in class ganymede.jupyter.notebook.model.ApiMeGet200Response
Return true if this _api_me_get_200_response object is equal to o.
equals(Object) - Method in class ganymede.jupyter.notebook.model.ApiSessionsPost501Response
Return true if this _api_sessions_post_501_response object is equal to o.
equals(Object) - Method in class ganymede.jupyter.notebook.model.APIStatus
Return true if this APIStatus object is equal to o.
equals(Object) - Method in class ganymede.jupyter.notebook.model.Checkpoints
Return true if this Checkpoints object is equal to o.
equals(Object) - Method in class ganymede.jupyter.notebook.model.Contents
Return true if this Contents object is equal to o.
equals(Object) - Method in class ganymede.jupyter.notebook.model.Identity
Return true if this Identity object is equal to o.
equals(Object) - Method in class ganymede.jupyter.notebook.model.Kernel
Return true if this Kernel object is equal to o.
equals(Object) - Method in class ganymede.jupyter.notebook.model.KernelSpec
Return true if this KernelSpec object is equal to o.
equals(Object) - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
Return true if this KernelSpecFile object is equal to o.
equals(Object) - Method in class ganymede.jupyter.notebook.model.KernelSpecFileHelpLinksInner
Return true if this KernelSpecFile_help_links_inner object is equal to o.
equals(Object) - Method in class ganymede.jupyter.notebook.model.KernelSpecResources
Return true if this KernelSpec_resources object is equal to o.
equals(Object) - Method in class ganymede.jupyter.notebook.model.Session
Return true if this Session object is equal to o.
equals(Object) - Method in class ganymede.jupyter.notebook.model.Terminal
Return true if this Terminal object is equal to o.
equals(Object) - Method in class ganymede.kernel.client.model.AbstractOpenApiSchema
 
error(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathGet400Response
 
eval(Reader, ScriptContext) - Method in class ganymede.jsr223.AbstractScriptEngine
 
eval(String, ScriptContext) - Method in class ganymede.jsr223.AbstractScriptEngine
 
eval(String, ScriptContext) - Method in class ganymede.jsr223.FreeMarkerScriptEngine
 
eval(String, ScriptContext) - Method in class ganymede.jsr223.MustacheScriptEngine
 
eval(String, ScriptContext) - Method in class ganymede.jsr223.ThymeleafScriptEngine
 
evaluate(String) - Method in class ganymede.kernel.Kernel
 
evaluate(String) - Method in class ganymede.server.Server
Method to evaluate an expression.
evaluate(String) - Method in class ganymede.shell.Shell
Method to evaluate an expression.
execute(Shell, InputStream, PrintStream, PrintStream, Magic.Application) - Method in class ganymede.shell.builtin.Classpath
 
execute(Shell, InputStream, PrintStream, PrintStream, Magic.Application) - Method in class ganymede.shell.Builtin
Shell execution method.
execute(Shell, InputStream, PrintStream, PrintStream, Magic.Application) - Method in class ganymede.shell.builtin.POM
 
execute(String) - Method in class ganymede.kernel.Kernel
 
execute(String) - Method in class ganymede.kernel.magic.Scala
 
execute(String) - Method in class ganymede.kernel.magic.Velocity
 
execute(String) - Method in class ganymede.notebook.AbstractScriptEngineMagic
execute(String) - Method in class ganymede.server.Server
Method to execute code (cell's contents).
execute(String) - Method in class ganymede.shell.Shell
Method to execute code (typically a cell's contents).
execute(String[], String) - Method in class ganymede.kernel.magic.HTML
 
execute(String[], String) - Method in class ganymede.notebook.AbstractScriptEngineMagic
Method provided for subclass implementations to intercept calculation of ScriptEngine.ARGV binding.
execute(String, String, JsonNode) - Method in class ganymede.kernel.magic.Bash
 
execute(String, String, JsonNode) - Method in class ganymede.kernel.magic.Env
 
execute(String, String, JsonNode) - Method in class ganymede.kernel.magic.Java
 
execute(String, String, JsonNode) - Method in class ganymede.kernel.magic.Magics
 
execute(String, String, JsonNode) - Method in class ganymede.kernel.magic.Perl
 
execute(String, String, JsonNode) - Method in class ganymede.kernel.magic.Ruby
 
execute(String, String, JsonNode) - Method in class ganymede.kernel.magic.Script
 
execute(String, String, JsonNode) - Method in class ganymede.kernel.magic.Sh
 
execute(String, String, JsonNode) - Method in class ganymede.kernel.magic.SparkSession
 
execute(String, String, JsonNode) - Method in class ganymede.kernel.magic.SQL
 
execute(String, String, JsonNode) - Method in class ganymede.kernel.magic.SysProperties
 
execute(String, String, JsonNode) - Method in class ganymede.notebook.AbstractScriptEngineMagic
 
execute(String, String, JsonNode) - Method in interface ganymede.notebook.Magic
JShell execution method.
execute(String, String, JsonNode) - Method in class ganymede.shell.Builtin
 
execute_input(String, int) - Method in class ganymede.server.Message
execute_result(int, ObjectNode) - Method in class ganymede.server.Message
execute_result(int, String) - Method in class ganymede.server.Message
execution_count - Variable in class ganymede.server.Server
 
executionState(String) - Method in class ganymede.jupyter.notebook.model.Kernel
 
ext(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
 
Extensions - Annotation Type in ganymede.jsr223
Extensions - Annotation Type in ganymede.notebook
Extensions.ProcessorImpl - Class in ganymede.jsr223
Processor implementation.
Extensions.ProcessorImpl - Class in ganymede.notebook
Processor implementation.

F

FILE - ganymede.jupyter.notebook.model.Contents.TypeEnum
 
FILE_NAME_PATTERN - Static variable in class ganymede.server.Connection
Connection file name Pattern.
ForClass - Annotation Type in ganymede.notebook
ForClass.ProcessorImpl - Class in ganymede.notebook
Processor implementation.
ForClassName - Annotation Type in ganymede.notebook
ForClassName.ProcessorImpl - Class in ganymede.notebook
Processor implementation.
format(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
 
format(String) - Method in class ganymede.jupyter.notebook.model.Contents
 
format(Date, StringBuffer, FieldPosition) - Method in class ganymede.jupyter.notebook.RFC3339DateFormat
 
format(Date, StringBuffer, FieldPosition) - Method in class ganymede.kernel.client.RFC3339DateFormat
 
FreeMarker - Class in ganymede.kernel.magic
FreeMarker() - Constructor for class ganymede.kernel.magic.FreeMarker
 
FreeMarkerScriptEngine - Class in ganymede.jsr223
FreeMarker ScriptEngine.
FreeMarkerScriptEngine(FreeMarkerScriptEngineFactory) - Constructor for class ganymede.jsr223.FreeMarkerScriptEngine
Sole constructor.
FreeMarkerScriptEngineFactory - Class in ganymede.jsr223
FreeMarkerScriptEngineFactory() - Constructor for class ganymede.jsr223.FreeMarkerScriptEngineFactory
 
fromValue(String) - Static method in enum ganymede.jupyter.notebook.model.Contents.TypeEnum
 

G

ganymede - package ganymede
Ganymede Jupyter Kernel.
ganymede.connect - package ganymede.connect
Ganymede Jupyter client Connect classes.
ganymede.dependency - package ganymede.dependency
Ganymede dependency management classes.
ganymede.install - package ganymede.install
Ganymede Jupyter Kernel Installer.
ganymede.io - package ganymede.io
Ganymede I/O classes.
ganymede.jsr223 - package ganymede.jsr223
ganymede.jupyter - package ganymede.jupyter
Ganymede Jupyter classes.
ganymede.jupyter.notebook - package ganymede.jupyter.notebook
ganymede.jupyter.notebook.api - package ganymede.jupyter.notebook.api
ganymede.jupyter.notebook.model - package ganymede.jupyter.notebook.model
ganymede.kernel - package ganymede.kernel
Ganymede Jupyter Kernel.
ganymede.kernel.client - package ganymede.kernel.client
ganymede-rest-protocol.yml client classes.
ganymede.kernel.client.api - package ganymede.kernel.client.api
ganymede-rest-protocol.yml client API classes.
ganymede.kernel.client.model - package ganymede.kernel.client.model
ganymede-rest-protocol.yml client model classes.
ganymede.kernel.magic - package ganymede.kernel.magic
Magic service provider classes.
ganymede.kernel.renderer - package ganymede.kernel.renderer
Renderer service provider classes.
ganymede.notebook - package ganymede.notebook
Ganymede NotebookContext classes.
ganymede.server - package ganymede.server
Jupyter protocol implementation classes and packages.
ganymede.shell - package ganymede.shell
Ganymede Shell classes and packages.
ganymede.shell.builtin - package ganymede.shell.builtin
Builtin service provider classes.
ganymede.util - package ganymede.util
Ganymede utility classes.
getActualInstance() - Method in class ganymede.jupyter.notebook.model.AbstractOpenApiSchema
Get the actual instance
getActualInstance() - Method in class ganymede.kernel.client.model.AbstractOpenApiSchema
Get the actual instance
getActualInstanceRecursively() - Method in class ganymede.jupyter.notebook.model.AbstractOpenApiSchema
Get the instant recursively when the schemas defined in oneOf/anyof happen to be oneOf/anyOf schema as well
getActualInstanceRecursively() - Method in class ganymede.kernel.client.model.AbstractOpenApiSchema
Get the instant recursively when the schemas defined in oneOf/anyof happen to be oneOf/anyOf schema as well
getAddress(String) - Method in class ganymede.server.Connection
Method to get the address corresponding to port name (JSON field).
getApiException(String, HttpResponse<InputStream>) - Method in class ganymede.jupyter.notebook.api.ApiSpecApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class ganymede.jupyter.notebook.api.ConfigApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class ganymede.jupyter.notebook.api.ContentsApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class ganymede.jupyter.notebook.api.DefaultApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class ganymede.jupyter.notebook.api.IdentityApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class ganymede.jupyter.notebook.api.KernelsApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class ganymede.jupyter.notebook.api.KernelspecsApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class ganymede.jupyter.notebook.api.SessionsApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class ganymede.jupyter.notebook.api.StatusApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class ganymede.jupyter.notebook.api.TerminalsApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class ganymede.kernel.client.api.DefaultApi
 
getArgv() - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
A list of command line arguments used to start the kernel.
getAsyncResponseInterceptor() - Method in class ganymede.jupyter.notebook.ApiClient
Get the custom async response interceptor.
getAsyncResponseInterceptor() - Method in class ganymede.kernel.client.ApiClient
Get the custom async response interceptor.
getAvatarUrl() - Method in class ganymede.jupyter.notebook.model.Identity
URL of an avatar to be used for the user.
getBaseUri() - Method in class ganymede.jupyter.notebook.ApiClient
Get the base URI to resolve the endpoint paths against.
getBaseUri() - Method in class ganymede.kernel.client.ApiClient
Get the base URI to resolve the endpoint paths against.
getCellMagicCommand(String) - Static method in interface ganymede.notebook.Magic
Method to parse a cell magic command.
getClassForElement(JsonNode, Class<?>) - Static method in class ganymede.jupyter.notebook.JSON
Returns the target model class that should be used to deserialize the input data.
getClassForElement(JsonNode, Class<?>) - Static method in class ganymede.kernel.client.JSON
Returns the target model class that should be used to deserialize the input data.
getClassLoader() - Method in class ganymede.notebook.NotebookContext
Method to get the context ClassLoader.
getClassLoader() - Method in class ganymede.util.ServiceProviderMap
Method to get the ServiceLoader's ClassLoader.
getCode() - Method in exception ganymede.jupyter.notebook.ApiException
Get the HTTP status code.
getCode() - Method in exception ganymede.kernel.client.ApiException
Get the HTTP status code.
getCodemirrorMode() - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
Codemirror mode.
getColor() - Method in class ganymede.jupyter.notebook.model.Identity
A CSS color string to use as a preferred color, such as for collaboration cursors.
getConnections() - Method in class ganymede.jupyter.notebook.model.APIStatus
The total number of currently open connections to kernels.
getConnections() - Method in class ganymede.jupyter.notebook.model.Kernel
The number of active connections to this kernel.
getConnectTimeout() - Method in class ganymede.jupyter.notebook.ApiClient
Get connection timeout (in milliseconds).
getConnectTimeout() - Method in class ganymede.kernel.client.ApiClient
Get connection timeout (in milliseconds).
getContent() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
The actual body of the document excluding directory type
getContent() - Method in class ganymede.jupyter.notebook.model.Contents
The content, if requested (otherwise null).
getCopyFrom() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
Get copyFrom
getCreated() - Method in class ganymede.jupyter.notebook.model.Contents
Creation timestamp
getData() - Method in class ganymede.jupyter.notebook.ApiResponse
 
getData() - Method in class ganymede.kernel.client.ApiResponse
 
getDefault() - Static method in class ganymede.dependency.POM
Static method to get default POM.
getDefault() - Static method in class ganymede.jupyter.notebook.JSON
Get the default JSON instance.
getDefault() - Method in class ganymede.jupyter.notebook.model.ApiKernelspecsGet200Response
Default kernel name
getDefault() - Static method in class ganymede.kernel.client.JSON
Get the default JSON instance.
getDefaultApiClient() - Static method in class ganymede.jupyter.notebook.Configuration
Get the default API client, which would be used when creating API instances without providing an API client.
getDefaultApiClient() - Static method in class ganymede.kernel.client.Configuration
Get the default API client, which would be used when creating API instances without providing an API client.
getDefaultBaseUri() - Method in class ganymede.jupyter.notebook.ApiClient
 
getDefaultBaseUri() - Method in class ganymede.kernel.client.ApiClient
 
getDescription() - Method in interface ganymede.notebook.AnnotatedMagic
 
getDescription() - Method in interface ganymede.notebook.Magic
Method to get the description of this Magic.
getDisplayName() - Method in class ganymede.jupyter.notebook.model.Identity
Alternate rendering of name for display.
getDisplayName() - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
The kernel's name as it should be displayed in the UI.
getEngineName() - Method in class ganymede.jsr223.AbstractScriptEngineFactory
 
getEngineVersion() - Method in class ganymede.jsr223.AbstractScriptEngineFactory
 
getEnv() - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
A dictionary of environment variables to set for the kernel.
getError() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathGet400Response
Error condition
getExecuteRequest() - Method in class ganymede.kernel.client.api.DefaultApi
Get current execute_request
getExecuteRequest() - Method in class ganymede.kernel.client.KernelRestClient
getExecuteRequest() - Method in class ganymede.kernel.Kernel
 
getExecuteRequest() - Method in interface ganymede.kernel.KernelApi
GET /kernel/execute-request : Get current execute_request
getExecuteRequestWithHttpInfo() - Method in class ganymede.kernel.client.api.DefaultApi
Get current execute_request
getExecutionState() - Method in class ganymede.jupyter.notebook.model.Kernel
Current execution state of the kernel (typically 'idle' or 'busy', but may be other values, such as 'starting').
getExt() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
Get ext
getExtensions() - Method in interface ganymede.jsr223.AnnotatedScriptEngineFactory
 
getExtensions() - Method in interface ganymede.notebook.AnnotatedScriptEngineMagic
Method to get the target ScriptEngine Extensions.
getFormat() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
File format ('json', 'text', 'base64')
getFormat() - Method in class ganymede.jupyter.notebook.model.Contents
Format of content (one of null, 'text', 'base64', 'json')
getHash() - Method in class ganymede.jupyter.notebook.model.Contents
[optional] The hexdigest hash string of content, if requested (otherwise null).
getHashAlgorithm() - Method in class ganymede.jupyter.notebook.model.Contents
[optional] The algorithm used to produce the hash, if requested (otherwise null).
getHeaders() - Method in class ganymede.jupyter.notebook.ApiResponse
 
getHeaders() - Method in class ganymede.kernel.client.ApiResponse
 
getHelpLinks() - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
Help items to be displayed in the help menu in the notebook UI.
getHttpClient() - Method in class ganymede.jupyter.notebook.ApiClient
Get an HttpClient based on the current HttpClient.Builder.
getHttpClient() - Method in class ganymede.kernel.client.ApiClient
Get an HttpClient based on the current HttpClient.Builder.
getId() - Method in class ganymede.jupyter.notebook.model.Checkpoints
Unique id for the checkpoint.
getId() - Method in class ganymede.jupyter.notebook.model.Kernel
uuid of kernel
getId() - Method in class ganymede.jupyter.notebook.model.Session
Get id
getIdentity() - Method in class ganymede.jupyter.notebook.model.ApiMeGet200Response
Get identity
getInitials() - Method in class ganymede.jupyter.notebook.model.Identity
Short string of initials.
getInitScript(List<String>) - Method in class ganymede.notebook.AbstractScriptEngineMagic
Method to locate ScriptEngine initialization script.
getKernel() - Method in class ganymede.jupyter.notebook.model.Session
Get kernel
getKernel(UUID) - Method in class ganymede.jupyter.NotebookServicesClient
getKernelCss() - Method in class ganymede.jupyter.notebook.model.KernelSpecResources
path for kernel.css file
getKernelInfo() - Method in class ganymede.kernel.Kernel
 
getKernelInfo() - Method in class ganymede.server.Server
Method to get this Server's kernel_info_reply content.
getKernelJs() - Method in class ganymede.jupyter.notebook.model.KernelSpecResources
path for kernel.js file
getKernelList() - Method in class ganymede.jupyter.NotebookServicesClient
getKernels() - Method in class ganymede.jupyter.notebook.model.APIStatus
The total number of running kernels.
getKernelSpecFile() - Method in class ganymede.jupyter.notebook.model.KernelSpec
Get kernelSpecFile
getKernelSpecMap() - Method in class ganymede.jupyter.NotebookServicesClient
getKernelspecs() - Method in class ganymede.jupyter.notebook.model.ApiKernelspecsGet200Response
Get kernelspecs
getLanguage() - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
The programming language which this kernel runs.
getLanguageName() - Method in class ganymede.jsr223.AbstractScriptEngineFactory
 
getLanguageVersion() - Method in class ganymede.jsr223.AbstractScriptEngineFactory
 
getLastActivity() - Method in class ganymede.jupyter.notebook.model.APIStatus
ISO8601 timestamp indicating the last activity on the server, either on the REST API or kernel activity.
getLastActivity() - Method in class ganymede.jupyter.notebook.model.Kernel
ISO 8601 timestamp for the last-seen activity on this kernel.
getLastActivity() - Method in class ganymede.jupyter.notebook.model.Terminal
ISO 8601 timestamp for the last-seen activity on this terminal.
getLastModified() - Method in class ganymede.jupyter.notebook.model.Checkpoints
Last modified timestamp
getLastModified() - Method in class ganymede.jupyter.notebook.model.Contents
Last modified timestamp
getLogoStar() - Method in class ganymede.jupyter.notebook.model.KernelSpecResources
path for logo file.
getMagicName() - Method in class ganymede.notebook.Magic.Application
Method to get the specified Magic name.
getMagicNames() - Method in interface ganymede.notebook.AnnotatedMagic
 
getMagicNames() - Method in interface ganymede.notebook.Magic
Method to get the names associated with this Magic.
getMapper() - Method in class ganymede.jupyter.notebook.JSON
Get the object mapper
getMapper() - Method in class ganymede.kernel.client.JSON
Get the object mapper
getMessage() - Method in class ganymede.jupyter.notebook.model.ApiSessionsPost501Response
Get message
getMessageTypeAction() - Method in class ganymede.server.Message
Parses a Message type for an "action".
getMethodCallSyntax(String, String, String...) - Method in class ganymede.jsr223.AbstractScriptEngineFactory
 
getMimetype() - Method in class ganymede.jupyter.notebook.model.Contents
The mimetype of a file.
getMimeTypes() - Method in interface ganymede.jsr223.AnnotatedScriptEngineFactory
 
getName() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
The new filename if changed
getName() - Method in class ganymede.jupyter.notebook.model.ApiKernelsPostRequest
Kernel spec name (defaults to default kernel spec for server)
getName() - Method in class ganymede.jupyter.notebook.model.Contents
Name of file or directory, equivalent to the last part of the path
getName() - Method in class ganymede.jupyter.notebook.model.Identity
For-humans name of the user.
getName() - Method in class ganymede.jupyter.notebook.model.Kernel
kernel spec name
getName() - Method in class ganymede.jupyter.notebook.model.KernelSpec
Unique name for kernel
getName() - Method in class ganymede.jupyter.notebook.model.Session
name of the session
getName() - Method in class ganymede.jupyter.notebook.model.Terminal
name of terminal
getName() - Method in class ganymede.jupyter.notebook.Pair
 
getName() - Method in class ganymede.kernel.client.Pair
 
getNames() - Method in interface ganymede.jsr223.AnnotatedScriptEngineFactory
 
getNotebookFunctions() - Static method in class ganymede.notebook.NotebookContext
Method to get the NotebookContext Methods annotated with NotebookFunction that should be linked into the Notebook environment.
getObjectMapper() - Method in class ganymede.jupyter.notebook.ApiClient
Get a copy of the current ObjectMapper.
getObjectMapper() - Method in class ganymede.kernel.client.ApiClient
Get a copy of the current ObjectMapper.
getOutputStatement(String) - Method in class ganymede.jsr223.AbstractScriptEngineFactory
 
getParameter(String) - Method in class ganymede.jsr223.AbstractScriptEngineFactory
 
getParameters() - Method in class ganymede.jsr223.AbstractScriptEngineFactory
 
getParameters() - Method in interface ganymede.jsr223.AnnotatedScriptEngineFactory
 
getParameters() - Method in class ganymede.jsr223.FreeMarkerScriptEngineFactory
 
getPath() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
New path for file or directory
getPath() - Method in class ganymede.jupyter.notebook.model.ApiKernelsPostRequest
API path from root to the cwd of the kernel
getPath() - Method in class ganymede.jupyter.notebook.model.Contents
Full path for file or directory
getPath() - Method in class ganymede.jupyter.notebook.model.Session
path to the session
getPermissions() - Method in class ganymede.jupyter.notebook.model.ApiMeGet200Response
A dict of the form: `{\"resource\": [\"action\",]}` containing only the AUTHORIZED subset of resource+actions from the permissions specified in the request.
getPort() - Method in class ganymede.kernel.Kernel
Method to get the Kernel REST server port.
getProgram(String...) - Method in class ganymede.jsr223.AbstractScriptEngineFactory
 
getReadTimeout() - Method in class ganymede.jupyter.notebook.ApiClient
Get the read timeout that was set.
getReadTimeout() - Method in class ganymede.kernel.client.ApiClient
Get the read timeout that was set.
getReason() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathGet400Response
Explanation of error reason
getRenderType() - Method in interface ganymede.notebook.Renderer
Default method to analyze this instance for ForClass and ForClassName annotations.
getRenderType(Class<?>) - Static method in interface ganymede.notebook.Renderer
Static method to analyze a class for ForClass and ForClassName annotations.
getRequest() - Method in interface ganymede.kernel.KernelApi
 
getRequestInterceptor() - Method in class ganymede.jupyter.notebook.ApiClient
Get the custom interceptor.
getRequestInterceptor() - Method in class ganymede.kernel.client.ApiClient
Get the custom interceptor.
getResources() - Method in class ganymede.jupyter.notebook.model.KernelSpec
Get resources
getResponseBody() - Method in exception ganymede.jupyter.notebook.ApiException
Get the HTTP response body.
getResponseBody() - Method in exception ganymede.kernel.client.ApiException
Get the HTTP response body.
getResponseHeaders() - Method in exception ganymede.jupyter.notebook.ApiException
Get the HTTP response headers.
getResponseHeaders() - Method in exception ganymede.kernel.client.ApiException
Get the HTTP response headers.
getResponseInterceptor() - Method in class ganymede.jupyter.notebook.ApiClient
Get the custom response interceptor.
getResponseInterceptor() - Method in class ganymede.kernel.client.ApiClient
Get the custom response interceptor.
getSchemas() - Method in class ganymede.jupyter.notebook.model.AbstractOpenApiSchema
Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
getSchemas() - Method in class ganymede.kernel.client.model.AbstractOpenApiSchema
Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
getSchemaType() - Method in class ganymede.jupyter.notebook.model.AbstractOpenApiSchema
Get the schema type (e.g.
getSchemaType() - Method in class ganymede.kernel.client.model.AbstractOpenApiSchema
Get the schema type (e.g.
getScriptEngine() - Method in class ganymede.jsr223.FreeMarkerScriptEngineFactory
 
getScriptEngine() - Method in class ganymede.jsr223.MustacheScriptEngineFactory
 
getScriptEngine() - Method in class ganymede.jsr223.ThymeleafScriptEngineFactory
 
getScriptEngineName() - Method in interface ganymede.notebook.AnnotatedScriptEngineMagic
Method to get the target ScriptEngine ScriptEngineName.
getSession(UUID) - Method in class ganymede.jupyter.NotebookServicesClient
getSessionList() - Method in class ganymede.jupyter.NotebookServicesClient
getShadedArtifactSet(File) - Method in class ganymede.dependency.Analyzer
Get the Maven Artifacts the argument JAR includes.
getShortMessage() - Method in class ganymede.jupyter.notebook.model.ApiSessionsPost501Response
Get shortMessage
getSize() - Method in class ganymede.jupyter.notebook.model.Contents
The size of the file or notebook in bytes.
getStarted() - Method in class ganymede.jupyter.notebook.model.APIStatus
ISO8601 timestamp indicating when the notebook server started.
getStatusCode() - Method in class ganymede.jupyter.notebook.ApiResponse
 
getStatusCode() - Method in class ganymede.kernel.client.ApiResponse
 
getTerminal(String) - Method in class ganymede.jupyter.NotebookServicesClient
getTerminalList() - Method in class ganymede.jupyter.NotebookServicesClient
getText() - Method in class ganymede.jupyter.notebook.model.KernelSpecFileHelpLinksInner
menu item link text
getType() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
Get type
getType() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
Path dtype ('notebook', 'file', 'directory')
getType() - Method in class ganymede.jupyter.notebook.model.Contents
Type of content
getType() - Method in class ganymede.jupyter.notebook.model.Session
session type
getUrl() - Method in class ganymede.jupyter.notebook.model.KernelSpecFileHelpLinksInner
menu item link url
getUsage() - Method in class ganymede.kernel.magic.SparkSession
 
getUsage() - Method in class ganymede.kernel.magic.SQL
 
getUsage() - Method in interface ganymede.notebook.AnnotatedMagic
 
getUsage() - Method in interface ganymede.notebook.Magic
Method to get the usage of this Magic.
getUsage(Object) - Method in class ganymede.notebook.AbstractMagic
Method to get usage message from an annotated command Object.
getUsername() - Method in class ganymede.jupyter.notebook.model.Identity
Unique string identifying the user
getValue() - Method in enum ganymede.jupyter.notebook.model.Contents.TypeEnum
 
getValue() - Method in class ganymede.jupyter.notebook.Pair
 
getValue() - Method in class ganymede.kernel.client.Pair
 
getVersion() - Method in class ganymede.jupyter.notebook.model.ApiGet200Response
The Jupyter Server version number as a string.
getWritable() - Method in class ganymede.jupyter.notebook.model.Contents
indicates whether the requester has permission to edit the file
Groovy - Class in ganymede.kernel.magic
Groovy() - Constructor for class ganymede.kernel.magic.Groovy
 

H

hash(String) - Method in class ganymede.jupyter.notebook.model.Contents
 
hashAlgorithm(String) - Method in class ganymede.jupyter.notebook.model.Contents
 
hashCode() - Method in class ganymede.jupyter.notebook.model.AbstractOpenApiSchema
 
hashCode() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathGet400Response
 
hashCode() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
 
hashCode() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
 
hashCode() - Method in class ganymede.jupyter.notebook.model.ApiGet200Response
 
hashCode() - Method in class ganymede.jupyter.notebook.model.ApiKernelspecsGet200Response
 
hashCode() - Method in class ganymede.jupyter.notebook.model.ApiKernelsPostRequest
 
hashCode() - Method in class ganymede.jupyter.notebook.model.ApiMeGet200Response
 
hashCode() - Method in class ganymede.jupyter.notebook.model.ApiSessionsPost501Response
 
hashCode() - Method in class ganymede.jupyter.notebook.model.APIStatus
 
hashCode() - Method in class ganymede.jupyter.notebook.model.Checkpoints
 
hashCode() - Method in class ganymede.jupyter.notebook.model.Contents
 
hashCode() - Method in class ganymede.jupyter.notebook.model.Identity
 
hashCode() - Method in class ganymede.jupyter.notebook.model.Kernel
 
hashCode() - Method in class ganymede.jupyter.notebook.model.KernelSpec
 
hashCode() - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
 
hashCode() - Method in class ganymede.jupyter.notebook.model.KernelSpecFileHelpLinksInner
 
hashCode() - Method in class ganymede.jupyter.notebook.model.KernelSpecResources
 
hashCode() - Method in class ganymede.jupyter.notebook.model.Session
 
hashCode() - Method in class ganymede.jupyter.notebook.model.Terminal
 
hashCode() - Method in class ganymede.kernel.client.model.AbstractOpenApiSchema
 
hasMagicLine() - Method in class ganymede.notebook.Magic.Application
Method to determine if the code has a "magic" line.
header - Variable in class ganymede.server.Message
 
Heartbeat(Server) - Constructor for class ganymede.server.Channel.Heartbeat
Sole constructor.
HELPER - Static variable in class ganymede.notebook.AbstractMagic
helpLinks(List<KernelSpecFileHelpLinksInner>) - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
 
HMACDigester - Class in ganymede.server
HMAC message digester.
HMACDigester(String, String) - Constructor for class ganymede.server.HMACDigester
Sole constructor.
HTML - Class in ganymede.kernel.magic
HTML template Magic.
HTML() - Constructor for class ganymede.kernel.magic.HTML
 

I

id(String) - Method in class ganymede.jupyter.notebook.model.Checkpoints
 
id(UUID) - Method in class ganymede.jupyter.notebook.model.Kernel
 
id(UUID) - Method in class ganymede.jupyter.notebook.model.Session
 
identity(Identity) - Method in class ganymede.jupyter.notebook.model.ApiMeGet200Response
 
Identity - Class in ganymede.jupyter.notebook.model
The identity of the currently authenticated user
Identity() - Constructor for class ganymede.jupyter.notebook.model.Identity
 
IdentityApi - Class in ganymede.jupyter.notebook.api
 
IdentityApi() - Constructor for class ganymede.jupyter.notebook.api.IdentityApi
 
IdentityApi(ApiClient) - Constructor for class ganymede.jupyter.notebook.api.IdentityApi
 
idle - ganymede.server.Message.status
 
ImageRenderer - Class in ganymede.kernel.renderer
Image Renderer.
ImageRenderer() - Constructor for class ganymede.kernel.renderer.ImageRenderer
 
imports - Variable in class ganymede.notebook.NotebookContext
List of accumulated imports.
imports() - Method in class ganymede.kernel.client.api.DefaultApi
Get Java imports
imports() - Method in class ganymede.kernel.client.KernelRestClient
imports() - Method in class ganymede.kernel.Kernel
 
imports() - Method in interface ganymede.kernel.KernelApi
GET /kernel/shell/java/imports : Get Java imports
imports() - Method in class ganymede.shell.Shell
Method to get the current imports.
imports(JShell) - Static method in class ganymede.notebook.NotebookContext
Static method to get the current imports.
importsWithHttpInfo() - Method in class ganymede.kernel.client.api.DefaultApi
Get Java imports
incomplete - ganymede.notebook.Magic.completeness
 
init() - Method in class ganymede.kernel.Kernel
 
initialize(ScriptEngine) - Method in class ganymede.kernel.magic.Scala
 
initialize(ScriptEngine) - Method in class ganymede.notebook.AbstractScriptEngineMagic
Method to initialize the ScriptEngine.
initials(String) - Method in class ganymede.jupyter.notebook.model.Identity
 
Install - Class in ganymede.install
Ganymede Jupyter Kernel Installer.
Install() - Constructor for class ganymede.install.Install
 
instance() - Method in class ganymede.kernel.renderer.JFreeChartRenderer
 
instance() - Method in class ganymede.kernel.renderer.SparkDatasetRenderer
 
instance() - Method in class ganymede.kernel.renderer.SparkSessionRenderer
 
instance() - Method in class ganymede.kernel.renderer.TablesawPlotlyFigureRenderer
 
instance() - Method in class ganymede.kernel.renderer.TablesawTableRenderer
 
instance() - Method in class ganymede.kernel.renderer.XChartRenderer
 
instance() - Method in interface ganymede.notebook.Magic
Method to get a configured instance of this Magic.
instance() - Method in interface ganymede.notebook.Renderer
Method to get a configured instance of this Renderer.
interrupt() - Method in class ganymede.kernel.Kernel
 
interrupt() - Method in class ganymede.server.Server
Method to interrupt a kernel.
invalid - ganymede.notebook.Magic.completeness
 
invoke(String) - Method in class ganymede.notebook.NotebookContext
Method to receive a Magic request in the JShell instance.
invoke(JShell, String) - Static method in class ganymede.notebook.NotebookContext
Static method to invoke a Magic in a JShell instance.
IOPub(Server) - Constructor for class ganymede.server.Channel.IOPub
Sole constructor.
isCellMagic(String) - Static method in interface ganymede.notebook.Magic
Method to determine if the code is cell magic (starts with '%%').
isComplete(String) - Method in class ganymede.kernel.Kernel
 
isComplete(String) - Method in class ganymede.server.Server
Method to determine code's completeness.
isComplete(String) - Method in class ganymede.shell.Shell
Method to determine code's completeness.
isComplete(String, String) - Method in class ganymede.notebook.AbstractMagic
 
isComplete(String, String) - Method in interface ganymede.notebook.Magic
Method to determine code's Magic.completeness.
isInstanceOf(Class<?>, Object, Set<Class<?>>) - Static method in class ganymede.jupyter.notebook.JSON
Returns true if inst is an instance of modelClass in the OpenAPI model hierarchy.
isInstanceOf(Class<?>, Object, Set<Class<?>>) - Static method in class ganymede.kernel.client.JSON
Returns true if inst is an instance of modelClass in the OpenAPI model hierarchy.
isNullable() - Method in class ganymede.jupyter.notebook.model.AbstractOpenApiSchema
Is nullable
isNullable() - Method in class ganymede.kernel.client.model.AbstractOpenApiSchema
Is nullable
isReply() - Method in class ganymede.server.Message
Method to determine if this message is a "reply".
isRequest() - Method in class ganymede.server.Message
Method to determine if this message is a "request".

J

Java - Class in ganymede.kernel.magic
Java() - Constructor for class ganymede.kernel.magic.Java
 
Javadoc - Class in ganymede.util
Javadoc utilities.
Javadoc() - Constructor for class ganymede.util.Javadoc
 
Javascript - Class in ganymede.kernel.magic
Javascript() - Constructor for class ganymede.kernel.magic.Javascript
 
JFreeChartRenderer - Class in ganymede.kernel.renderer
JFreeChart Renderer service provider.
JFreeChartRenderer() - Constructor for class ganymede.kernel.renderer.JFreeChartRenderer
 
JOOQFormattableRenderer - Class in ganymede.kernel.renderer
jOOQ Formattable Renderer service provider.
JOOQFormattableRenderer() - Constructor for class ganymede.kernel.renderer.JOOQFormattableRenderer
 
jshell() - Method in class ganymede.shell.Shell
Accessor to the JShell instance (created and initialized on first call).
JSON - Class in ganymede.jupyter.notebook
 
JSON - Class in ganymede.kernel.client
 
JSON - Static variable in interface ganymede.util.ObjectMappers
Common static JSON ObjectMapper instance.
JSON() - Constructor for class ganymede.jupyter.notebook.JSON
 
JSON() - Constructor for class ganymede.kernel.client.JSON
 
JSON_PROPERTY_ARGV - Static variable in class ganymede.jupyter.notebook.model.KernelSpecFile
 
JSON_PROPERTY_AVATAR_URL - Static variable in class ganymede.jupyter.notebook.model.Identity
 
JSON_PROPERTY_CODEMIRROR_MODE - Static variable in class ganymede.jupyter.notebook.model.KernelSpecFile
 
JSON_PROPERTY_COLOR - Static variable in class ganymede.jupyter.notebook.model.Identity
 
JSON_PROPERTY_CONNECTIONS - Static variable in class ganymede.jupyter.notebook.model.APIStatus
 
JSON_PROPERTY_CONNECTIONS - Static variable in class ganymede.jupyter.notebook.model.Kernel
 
JSON_PROPERTY_CONTENT - Static variable in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
 
JSON_PROPERTY_CONTENT - Static variable in class ganymede.jupyter.notebook.model.Contents
 
JSON_PROPERTY_COPY_FROM - Static variable in class ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
 
JSON_PROPERTY_CREATED - Static variable in class ganymede.jupyter.notebook.model.Contents
 
JSON_PROPERTY_DEFAULT - Static variable in class ganymede.jupyter.notebook.model.ApiKernelspecsGet200Response
 
JSON_PROPERTY_DISPLAY_NAME - Static variable in class ganymede.jupyter.notebook.model.Identity
 
JSON_PROPERTY_DISPLAY_NAME - Static variable in class ganymede.jupyter.notebook.model.KernelSpecFile
 
JSON_PROPERTY_ENV - Static variable in class ganymede.jupyter.notebook.model.KernelSpecFile
 
JSON_PROPERTY_ERROR - Static variable in class ganymede.jupyter.notebook.model.ApiContentsPathGet400Response
 
JSON_PROPERTY_EXECUTION_STATE - Static variable in class ganymede.jupyter.notebook.model.Kernel
 
JSON_PROPERTY_EXT - Static variable in class ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
 
JSON_PROPERTY_FORMAT - Static variable in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
 
JSON_PROPERTY_FORMAT - Static variable in class ganymede.jupyter.notebook.model.Contents
 
JSON_PROPERTY_HASH - Static variable in class ganymede.jupyter.notebook.model.Contents
 
JSON_PROPERTY_HASH_ALGORITHM - Static variable in class ganymede.jupyter.notebook.model.Contents
 
JSON_PROPERTY_HELP_LINKS - Static variable in class ganymede.jupyter.notebook.model.KernelSpecFile
 
JSON_PROPERTY_ID - Static variable in class ganymede.jupyter.notebook.model.Checkpoints
 
JSON_PROPERTY_ID - Static variable in class ganymede.jupyter.notebook.model.Kernel
 
JSON_PROPERTY_ID - Static variable in class ganymede.jupyter.notebook.model.Session
 
JSON_PROPERTY_IDENTITY - Static variable in class ganymede.jupyter.notebook.model.ApiMeGet200Response
 
JSON_PROPERTY_INITIALS - Static variable in class ganymede.jupyter.notebook.model.Identity
 
JSON_PROPERTY_KERNEL - Static variable in class ganymede.jupyter.notebook.model.Session
 
JSON_PROPERTY_KERNEL_CSS - Static variable in class ganymede.jupyter.notebook.model.KernelSpecResources
 
JSON_PROPERTY_KERNEL_JS - Static variable in class ganymede.jupyter.notebook.model.KernelSpecResources
 
JSON_PROPERTY_KERNEL_SPEC_FILE - Static variable in class ganymede.jupyter.notebook.model.KernelSpec
 
JSON_PROPERTY_KERNELS - Static variable in class ganymede.jupyter.notebook.model.APIStatus
 
JSON_PROPERTY_KERNELSPECS - Static variable in class ganymede.jupyter.notebook.model.ApiKernelspecsGet200Response
 
JSON_PROPERTY_LANGUAGE - Static variable in class ganymede.jupyter.notebook.model.KernelSpecFile
 
JSON_PROPERTY_LAST_ACTIVITY - Static variable in class ganymede.jupyter.notebook.model.APIStatus
 
JSON_PROPERTY_LAST_ACTIVITY - Static variable in class ganymede.jupyter.notebook.model.Kernel
 
JSON_PROPERTY_LAST_ACTIVITY - Static variable in class ganymede.jupyter.notebook.model.Terminal
 
JSON_PROPERTY_LAST_MODIFIED - Static variable in class ganymede.jupyter.notebook.model.Checkpoints
 
JSON_PROPERTY_LAST_MODIFIED - Static variable in class ganymede.jupyter.notebook.model.Contents
 
JSON_PROPERTY_LOGO_STAR - Static variable in class ganymede.jupyter.notebook.model.KernelSpecResources
 
JSON_PROPERTY_MESSAGE - Static variable in class ganymede.jupyter.notebook.model.ApiSessionsPost501Response
 
JSON_PROPERTY_MIMETYPE - Static variable in class ganymede.jupyter.notebook.model.Contents
 
JSON_PROPERTY_NAME - Static variable in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
 
JSON_PROPERTY_NAME - Static variable in class ganymede.jupyter.notebook.model.ApiKernelsPostRequest
 
JSON_PROPERTY_NAME - Static variable in class ganymede.jupyter.notebook.model.Contents
 
JSON_PROPERTY_NAME - Static variable in class ganymede.jupyter.notebook.model.Identity
 
JSON_PROPERTY_NAME - Static variable in class ganymede.jupyter.notebook.model.Kernel
 
JSON_PROPERTY_NAME - Static variable in class ganymede.jupyter.notebook.model.KernelSpec
 
JSON_PROPERTY_NAME - Static variable in class ganymede.jupyter.notebook.model.Session
 
JSON_PROPERTY_NAME - Static variable in class ganymede.jupyter.notebook.model.Terminal
 
JSON_PROPERTY_PATH - Static variable in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
 
JSON_PROPERTY_PATH - Static variable in class ganymede.jupyter.notebook.model.ApiKernelsPostRequest
 
JSON_PROPERTY_PATH - Static variable in class ganymede.jupyter.notebook.model.Contents
 
JSON_PROPERTY_PATH - Static variable in class ganymede.jupyter.notebook.model.Session
 
JSON_PROPERTY_PERMISSIONS - Static variable in class ganymede.jupyter.notebook.model.ApiMeGet200Response
 
JSON_PROPERTY_REASON - Static variable in class ganymede.jupyter.notebook.model.ApiContentsPathGet400Response
 
JSON_PROPERTY_RESOURCES - Static variable in class ganymede.jupyter.notebook.model.KernelSpec
 
JSON_PROPERTY_SHORT_MESSAGE - Static variable in class ganymede.jupyter.notebook.model.ApiSessionsPost501Response
 
JSON_PROPERTY_SIZE - Static variable in class ganymede.jupyter.notebook.model.Contents
 
JSON_PROPERTY_STARTED - Static variable in class ganymede.jupyter.notebook.model.APIStatus
 
JSON_PROPERTY_TEXT - Static variable in class ganymede.jupyter.notebook.model.KernelSpecFileHelpLinksInner
 
JSON_PROPERTY_TYPE - Static variable in class ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
 
JSON_PROPERTY_TYPE - Static variable in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
 
JSON_PROPERTY_TYPE - Static variable in class ganymede.jupyter.notebook.model.Contents
 
JSON_PROPERTY_TYPE - Static variable in class ganymede.jupyter.notebook.model.Session
 
JSON_PROPERTY_URL - Static variable in class ganymede.jupyter.notebook.model.KernelSpecFileHelpLinksInner
 
JSON_PROPERTY_USERNAME - Static variable in class ganymede.jupyter.notebook.model.Identity
 
JSON_PROPERTY_VERSION - Static variable in class ganymede.jupyter.notebook.model.ApiGet200Response
 
JSON_PROPERTY_WRITABLE - Static variable in class ganymede.jupyter.notebook.model.Contents
 
JsonNodeRenderer - Class in ganymede.kernel.renderer
JsonNode Renderer service provider.
JsonNodeRenderer() - Constructor for class ganymede.kernel.renderer.JsonNodeRenderer
 

K

kernel - Variable in class ganymede.notebook.NotebookContext
Kernel model.
kernel() - Method in class ganymede.shell.Shell
Method to get the Kernel.
kernel(Kernel) - Method in class ganymede.jupyter.notebook.model.Session
 
Kernel - Class in ganymede.jupyter.notebook.model
Kernel information
Kernel - Class in ganymede.kernel
Ganymede Jupyter Kernel.
Kernel() - Constructor for class ganymede.jupyter.notebook.model.Kernel
 
Kernel() - Constructor for class ganymede.kernel.Kernel
 
KernelApi - Interface in ganymede.kernel
 
kernelCss(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecResources
 
kernelId() - Method in class ganymede.kernel.client.api.DefaultApi
Get Kernel UUID
kernelId() - Method in class ganymede.kernel.client.KernelRestClient
kernelId() - Method in class ganymede.kernel.Kernel
 
kernelId() - Method in interface ganymede.kernel.KernelApi
GET /kernel/id : Get Kernel UUID
kernelIdWithHttpInfo() - Method in class ganymede.kernel.client.api.DefaultApi
Get Kernel UUID
kernelJs(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecResources
 
KernelRestClient - Class in ganymede.kernel.client
Ganymede Kernel REST client.
KernelRestClient() - Constructor for class ganymede.kernel.client.KernelRestClient
 
kernels(BigDecimal) - Method in class ganymede.jupyter.notebook.model.APIStatus
 
KernelsApi - Class in ganymede.jupyter.notebook.api
 
KernelsApi() - Constructor for class ganymede.jupyter.notebook.api.KernelsApi
 
KernelsApi(ApiClient) - Constructor for class ganymede.jupyter.notebook.api.KernelsApi
 
KernelSpec - Class in ganymede.jupyter.notebook.model
Kernel spec (contents of kernel.json)
KernelSpec() - Constructor for class ganymede.jupyter.notebook.model.KernelSpec
 
kernelSpecFile(KernelSpecFile) - Method in class ganymede.jupyter.notebook.model.KernelSpec
 
KernelSpecFile - Class in ganymede.jupyter.notebook.model
Kernel spec json file
KernelSpecFile() - Constructor for class ganymede.jupyter.notebook.model.KernelSpecFile
 
KernelSpecFileHelpLinksInner - Class in ganymede.jupyter.notebook.model
KernelSpecFileHelpLinksInner
KernelSpecFileHelpLinksInner() - Constructor for class ganymede.jupyter.notebook.model.KernelSpecFileHelpLinksInner
 
KernelSpecResources - Class in ganymede.jupyter.notebook.model
KernelSpecResources
KernelSpecResources() - Constructor for class ganymede.jupyter.notebook.model.KernelSpecResources
 
kernelspecs(Map<String, KernelSpec>) - Method in class ganymede.jupyter.notebook.model.ApiKernelspecsGet200Response
 
KernelspecsApi - Class in ganymede.jupyter.notebook.api
 
KernelspecsApi() - Constructor for class ganymede.jupyter.notebook.api.KernelspecsApi
 
KernelspecsApi(ApiClient) - Constructor for class ganymede.jupyter.notebook.api.KernelspecsApi
 
Kotlin - Class in ganymede.kernel.magic
Kotlin() - Constructor for class ganymede.kernel.magic.Kotlin
 

L

language(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
 
lastActivity(String) - Method in class ganymede.jupyter.notebook.model.APIStatus
 
lastActivity(String) - Method in class ganymede.jupyter.notebook.model.Kernel
 
lastActivity(String) - Method in class ganymede.jupyter.notebook.model.Terminal
 
lastModified(String) - Method in class ganymede.jupyter.notebook.model.Checkpoints
 
lastModified(String) - Method in class ganymede.jupyter.notebook.model.Contents
 
Launcher - Class in ganymede
Ganymede application launcher.
Launcher() - Constructor for class ganymede.Launcher
 
link(String, Class<?>) - Method in class ganymede.util.Javadoc
Create an <a/> element from a possibly simple class name and an implementation type (Class).
logoStar(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecResources
 

M

Magic - Interface in ganymede.notebook
Magic service interface.
Magic.Application - Class in ganymede.notebook
Magic Application instance to parse code, find Magic, and execute.
Magic.completeness - Enum in ganymede.notebook
MagicMap - Class in ganymede.notebook
MagicMap(Class<? extends Magic>, Consumer<Magic>) - Constructor for class ganymede.notebook.MagicMap
Sole constructor.
MagicNames - Annotation Type in ganymede.notebook
MagicNames.ProcessorImpl - Class in ganymede.notebook
Processor implementation.
magics() - Method in class ganymede.notebook.NotebookContext
Provide access to the NotebookContext MagicMap.
Magics - Class in ganymede.kernel.magic
Magics Magic: List configured Magics.
Magics() - Constructor for class ganymede.kernel.magic.Magics
 
main(String[]) - Static method in class ganymede.Launcher
Standard SpringApplication main(String[]) entry point.
MAP - Static variable in interface ganymede.notebook.Renderer
Singleton RendererMap instance.
Markdown - Class in ganymede.kernel.magic
Markdown() - Constructor for class ganymede.kernel.magic.Markdown
 
Markdown.CommonMarkNodeRenderer - Class in ganymede.kernel.magic
CommonMark Node Renderer service provider.
merge(POM) - Method in class ganymede.dependency.POM
Method to merge a POM into this POM.
message(String) - Method in class ganymede.jupyter.notebook.model.ApiSessionsPost501Response
 
Message - Class in ganymede.server
Jupyter Message.
Message() - Constructor for class ganymede.server.Message
 
Message.status - Enum in ganymede.server
Message.stream - Enum in ganymede.server
metadata - Variable in class ganymede.server.Message
 
METADATA - Static variable in interface ganymede.notebook.Renderer
 
mime_bundle(Object, Object...) - Static method in class ganymede.server.Message
Method to create Message.execute_result(int,ObjectNode) Message mime-bundle.
mimetype(String) - Method in class ganymede.jupyter.notebook.model.Contents
 
MimeTypes - Annotation Type in ganymede.jsr223
MimeTypes.ProcessorImpl - Class in ganymede.jsr223
Processor implementation.
msg_id() - Method in class ganymede.server.Message
 
msg_id(String) - Method in class ganymede.server.Message
 
msg_type() - Method in class ganymede.server.Message
 
msg_type(String) - Method in class ganymede.server.Message
 
Mustache - Class in ganymede.kernel.magic
Mustache Magic.
Mustache() - Constructor for class ganymede.kernel.magic.Mustache
 
MustacheScriptEngine - Class in ganymede.jsr223
MustacheScriptEngine() - Constructor for class ganymede.jsr223.MustacheScriptEngine
 
MustacheScriptEngineFactory - Class in ganymede.jsr223
MustacheScriptEngineFactory() - Constructor for class ganymede.jsr223.MustacheScriptEngineFactory
 

N

name() - Method in annotation type ganymede.jsr223.Parameter
 
name(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
 
name(String) - Method in class ganymede.jupyter.notebook.model.ApiKernelsPostRequest
 
name(String) - Method in class ganymede.jupyter.notebook.model.Contents
 
name(String) - Method in class ganymede.jupyter.notebook.model.Identity
 
name(String) - Method in class ganymede.jupyter.notebook.model.Kernel
 
name(String) - Method in class ganymede.jupyter.notebook.model.KernelSpec
 
name(String) - Method in class ganymede.jupyter.notebook.model.Session
 
name(String) - Method in class ganymede.jupyter.notebook.model.Terminal
 
NAME - Static variable in class ganymede.notebook.NotebookContext
The name ("$$") the NotebookContext instance is bound to in the JShell instance.
Names - Annotation Type in ganymede.jsr223
Names.ProcessorImpl - Class in ganymede.jsr223
Processor implementation.
newNotebookContext() - Static method in class ganymede.notebook.Notebook
Static factory method to create an NotebookContext.
Notebook - Class in ganymede.notebook
Notebook Spring launcher.
Notebook() - Constructor for class ganymede.notebook.Notebook
 
NOTEBOOK - ganymede.jupyter.notebook.model.Contents.TypeEnum
 
NotebookContext - Class in ganymede.notebook
NotebookContext for Notebook JShell instance (bound to "$$").
NotebookContext() - Constructor for class ganymede.notebook.NotebookContext
 
NotebookContext.SQL - Class in ganymede.notebook
SQL-specific context.
NotebookFunction - Annotation Type in ganymede.notebook
Marker Annotation indicating a method should be added to the Notebook as a function.
NotebookFunction.ProcessorImpl - Class in ganymede.notebook
Processor implementation.
NotebookServicesClient - Class in ganymede.jupyter
Ganymede Jupyter Notebook/Lab REST client.
NotebookServicesClient() - Constructor for class ganymede.jupyter.NotebookServicesClient
No-argument constructor.
NotebookServicesClient(JsonNode) - Constructor for class ganymede.jupyter.NotebookServicesClient
JsonNode constructor.
NotebookServicesClient(File) - Constructor for class ganymede.jupyter.NotebookServicesClient
File constructor.

O

ObjectMappers - Interface in ganymede.util
Common ObjectMappers.
onApplicationEvent(ServletWebServerInitializedEvent) - Method in class ganymede.kernel.Kernel
 
onApplicationEvent(ContextClosedEvent) - Method in class ganymede.kernel.Kernel
 
Output() - Constructor for class ganymede.kernel.renderer.ThymeleafRenderer.Output
 

P

Pair - Class in ganymede.jupyter.notebook
 
Pair - Class in ganymede.kernel.client
 
Pair(String, String) - Constructor for class ganymede.jupyter.notebook.Pair
 
Pair(String, String) - Constructor for class ganymede.kernel.client.Pair
 
Parameter - Annotation Type in ganymede.jsr223
Parameter.ProcessorImpl - Class in ganymede.jsr223
Processor implementation.
parameters - Variable in class ganymede.jsr223.AbstractScriptEngineFactory
Parameters - Annotation Type in ganymede.jsr223
Parameters.ProcessorImpl - Class in ganymede.jsr223
Processor implementation.
parameterToPairs(String, Object) - Static method in class ganymede.jupyter.notebook.ApiClient
Convert a URL query name/value parameter to a list of encoded Pair objects.
parameterToPairs(String, Object) - Static method in class ganymede.kernel.client.ApiClient
Convert a URL query name/value parameter to a list of encoded Pair objects.
parameterToPairs(String, String, Collection<?>) - Static method in class ganymede.jupyter.notebook.ApiClient
Convert a URL query name/collection parameter to a list of encoded Pair objects.
parameterToPairs(String, String, Collection<?>) - Static method in class ganymede.kernel.client.ApiClient
Convert a URL query name/collection parameter to a list of encoded Pair objects.
parentHeader - Variable in class ganymede.server.Message
 
parse(File) - Static method in class ganymede.server.Connection
Static factory method.
parse(InputStream) - Method in class ganymede.dependency.Analyzer
Method to convert an InputStream to a Stream of DefaultArtifacts.
parse(String) - Static method in class ganymede.dependency.POM
Static method to parse a YAML String to a POM.
parse(String) - Method in class ganymede.jupyter.notebook.RFC3339DateFormat
 
parse(String) - Method in class ganymede.kernel.client.RFC3339DateFormat
 
parse(String[], T) - Method in class ganymede.notebook.AbstractMagic
Method to parse argv value to an annotated command Object.
parse(String, ParsePosition) - Method in class ganymede.jupyter.notebook.RFC3339DateFormat
 
parse(String, ParsePosition) - Method in class ganymede.kernel.client.RFC3339DateFormat
 
parse(ScriptContext, T) - Method in class ganymede.jsr223.AbstractScriptEngine
Method to parse ScriptContext ARGV value to an annotated command Object.
path(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
 
path(String) - Method in class ganymede.jupyter.notebook.model.ApiKernelsPostRequest
 
path(String) - Method in class ganymede.jupyter.notebook.model.Contents
 
path(String) - Method in class ganymede.jupyter.notebook.model.Session
 
PathPropertyMap - Class in ganymede.util
Path to Property Map.
PathPropertyMap() - Constructor for class ganymede.util.PathPropertyMap
Sole constructor.
Perl - Class in ganymede.kernel.magic
Perl() - Constructor for class ganymede.kernel.magic.Perl
 
permissions(Map<String, List<String>>) - Method in class ganymede.jupyter.notebook.model.ApiMeGet200Response
 
pom() - Method in class ganymede.dependency.Resolver
Method to get the current POM.
POM - Class in ganymede.dependency
Target class for YAML representation of POM elements.
POM - Class in ganymede.shell.builtin
POM() - Constructor for class ganymede.dependency.POM
 
POM() - Constructor for class ganymede.shell.builtin.POM
 
PORT_PROPERTY - Static variable in class ganymede.kernel.client.KernelRestClient
The name of the System property containing the Kernel's REST server port.
postExecute(JShell) - Static method in class ganymede.notebook.NotebookContext
Static method used by the Shell REPL to update the NotebookContext after execution.
preExecute(JShell) - Static method in class ganymede.notebook.NotebookContext
Static method used by the Shell REPL to update the NotebookContext instance before execution.
print(JsonNode) - Method in interface ganymede.kernel.KernelApi
PUT /kernel/function/print : Jupyter print implemenation
print(JsonNode) - Method in class ganymede.kernel.client.api.DefaultApi
Jupyter print implemenation
print(JsonNode) - Method in class ganymede.kernel.client.KernelRestClient
print(JsonNode) - Method in class ganymede.kernel.Kernel
 
print(Object) - Method in class ganymede.notebook.NotebookContext
NotebookFunction to print from a Notebook cell.
PrintStreamBuffer - Class in ganymede.io
PrintStream buffer.
PrintStreamBuffer() - Constructor for class ganymede.io.PrintStreamBuffer
Sole constructor.
printWithHttpInfo(JsonNode) - Method in class ganymede.kernel.client.api.DefaultApi
Jupyter print implemenation
process(Class<?>, String, String, Map<String, Object>) - Static method in class ganymede.kernel.renderer.ThymeleafRenderer
Method to evaluate a template from a resource.
process(String, String, Map<String, Object>) - Static method in class ganymede.kernel.renderer.ThymeleafRenderer
Method to evaluate a template from a String.
process(RoundEnvironment, TypeElement, Element) - Method in class ganymede.jsr223.Extensions.ProcessorImpl
 
process(RoundEnvironment, TypeElement, Element) - Method in class ganymede.jsr223.MimeTypes.ProcessorImpl
 
process(RoundEnvironment, TypeElement, Element) - Method in class ganymede.jsr223.Names.ProcessorImpl
 
process(RoundEnvironment, TypeElement, Element) - Method in class ganymede.jsr223.Parameters.ProcessorImpl
 
process(RoundEnvironment, TypeElement, Element) - Method in class ganymede.notebook.Extensions.ProcessorImpl
 
process(RoundEnvironment, TypeElement, Element) - Method in class ganymede.notebook.MagicNames.ProcessorImpl
 
process(RoundEnvironment, TypeElement, Element) - Method in class ganymede.notebook.Usage.ProcessorImpl
 
ProcessorImpl() - Constructor for class ganymede.jsr223.Extensions.ProcessorImpl
 
ProcessorImpl() - Constructor for class ganymede.jsr223.MimeTypes.ProcessorImpl
 
ProcessorImpl() - Constructor for class ganymede.jsr223.Names.ProcessorImpl
 
ProcessorImpl() - Constructor for class ganymede.jsr223.Parameter.ProcessorImpl
 
ProcessorImpl() - Constructor for class ganymede.jsr223.Parameters.ProcessorImpl
 
ProcessorImpl() - Constructor for class ganymede.notebook.Description.ProcessorImpl
 
ProcessorImpl() - Constructor for class ganymede.notebook.Extensions.ProcessorImpl
 
ProcessorImpl() - Constructor for class ganymede.notebook.ForClass.ProcessorImpl
 
ProcessorImpl() - Constructor for class ganymede.notebook.ForClassName.ProcessorImpl
 
ProcessorImpl() - Constructor for class ganymede.notebook.MagicNames.ProcessorImpl
 
ProcessorImpl() - Constructor for class ganymede.notebook.NotebookFunction.ProcessorImpl
 
ProcessorImpl() - Constructor for class ganymede.notebook.ScriptEngineName.ProcessorImpl
 
ProcessorImpl() - Constructor for class ganymede.notebook.Usage.ProcessorImpl
 
Protocol(Server, SocketType) - Constructor for class ganymede.server.Channel.Protocol
Sole constructor.
PROTOCOL_VERSION - Static variable in class ganymede.server.Server
pub(Message) - Method in class ganymede.server.Channel.IOPub
Method to schedule a Message for publishing.
pub(Message) - Method in class ganymede.server.Dispatcher
Method to schedule a message for publishing.
pub(Message) - Method in class ganymede.server.Server
Method to schedule a Message for publishing.
putEnvItem(String, String) - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
 
putKernelspecsItem(String, KernelSpec) - Method in class ganymede.jupyter.notebook.model.ApiKernelspecsGet200Response
 
putPermissionsItem(String, List<String>) - Method in class ganymede.jupyter.notebook.model.ApiMeGet200Response
 

Q

queries - Variable in class ganymede.notebook.NotebookContext.SQL
List of most recent SQL Queries.

R

reason(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathGet400Response
 
receive(Connection, ZMQ.Socket, byte[]) - Static method in class ganymede.server.Message
Method to receive a Message on a ZMQ.Socket.
refresh() - Method in class ganymede.notebook.NotebookContext
Method to update notebook context.
registerDescendants(Class<?>, Map<String, Class<?>>) - Static method in class ganymede.jupyter.notebook.JSON
Register the oneOf/anyOf descendants of the modelClass.
registerDescendants(Class<?>, Map<String, Class<?>>) - Static method in class ganymede.kernel.client.JSON
Register the oneOf/anyOf descendants of the modelClass.
registerDiscriminator(Class<?>, String, Map<String, Class<?>>) - Static method in class ganymede.jupyter.notebook.JSON
Register a model class discriminator.
registerDiscriminator(Class<?>, String, Map<String, Class<?>>) - Static method in class ganymede.kernel.client.JSON
Register a model class discriminator.
reload() - Method in class ganymede.notebook.MagicMap
Reload the underlying ServiceProviderMap and add the corresponding entries.
reload() - Method in class ganymede.notebook.RendererMap
Reload the underlying ServiceProviderMap and add the corresponding entries.
reload() - Method in class ganymede.util.ServiceProviderMap
Reload ServiceLoader and TreeMap.put(Object,Object) newly discovered entries.
render(Object) - Method in class ganymede.kernel.magic.FreeMarker
 
render(Object) - Method in class ganymede.kernel.magic.Markdown
 
render(Object) - Method in class ganymede.kernel.magic.Mustache
 
render(Object) - Method in class ganymede.kernel.magic.Thymeleaf
 
render(Object) - Method in class ganymede.kernel.magic.Velocity
 
render(Object) - Method in class ganymede.notebook.AbstractScriptEngineMagic
Callback to render the results of ScriptEngine.eval(String,ScriptContext).
render(Object, Object...) - Method in class ganymede.notebook.RendererMap
Method to create a mime bundle and render an Object and any alternatives.
Renderer - Interface in ganymede.notebook
RendererMap - Class in ganymede.notebook
RendererMap() - Constructor for class ganymede.notebook.RendererMap
Sole constructor.
renderers - Variable in class ganymede.notebook.AbstractRenderer
renderTo(ObjectNode, Object) - Method in class ganymede.kernel.magic.Markdown.CommonMarkNodeRenderer
 
renderTo(ObjectNode, Object) - Method in class ganymede.kernel.renderer.ImageRenderer
 
renderTo(ObjectNode, Object) - Method in class ganymede.kernel.renderer.JFreeChartRenderer
 
renderTo(ObjectNode, Object) - Method in class ganymede.kernel.renderer.JOOQFormattableRenderer
 
renderTo(ObjectNode, Object) - Method in class ganymede.kernel.renderer.JsonNodeRenderer
 
renderTo(ObjectNode, Object) - Method in class ganymede.kernel.renderer.SparkDatasetRenderer
 
renderTo(ObjectNode, Object) - Method in class ganymede.kernel.renderer.SparkSessionRenderer
 
renderTo(ObjectNode, Object) - Method in class ganymede.kernel.renderer.TableModelRenderer
 
renderTo(ObjectNode, Object) - Method in class ganymede.kernel.renderer.TablesawPlotlyFigureRenderer
 
renderTo(ObjectNode, Object) - Method in class ganymede.kernel.renderer.TablesawTableRenderer
 
renderTo(ObjectNode, Object) - Method in class ganymede.kernel.renderer.ThymeleafRenderer
 
renderTo(ObjectNode, Object) - Method in class ganymede.kernel.renderer.XChartRenderer
 
renderTo(ObjectNode, Object) - Method in interface ganymede.notebook.Renderer
Method to render an Object to a mime-bundle.
renderTo(ObjectNode, Object, Object...) - Method in class ganymede.notebook.RendererMap
Method to render an Object to a mime-bundle.
reply() - Method in class ganymede.server.Message
Create a suitable reply Message for this Message.
request - Variable in class ganymede.server.Server
 
reset() - Method in class ganymede.io.PrintStreamBuffer
Discards all currently accumulated output.
resolve(POM) - Method in class ganymede.shell.Shell
Method to call Resolver.resolve(Shell,PrintStream,PrintStream,POM) and add any newly resolved artifacts to the JShell classpath.
resolve(Shell, PrintStream, PrintStream, POM) - Method in class ganymede.dependency.Resolver
Merge the argument POM and resolve any dependencies.
resolver() - Method in class ganymede.shell.Shell
Method to get the Resolver.
Resolver - Class in ganymede.dependency
Dependency Resolver.
Resolver() - Constructor for class ganymede.dependency.Resolver
 
resources(KernelSpecResources) - Method in class ganymede.jupyter.notebook.model.KernelSpec
 
restart() - Method in class ganymede.kernel.Kernel
 
restart() - Method in class ganymede.server.Server
Method to restart the Server.
restart(InputStream, PrintStream, PrintStream) - Method in class ganymede.shell.Shell
Method to restart a Shell.
restarts() - Method in class ganymede.shell.Shell
Method to get the number of times this Shell has been restarted.
results - Variable in class ganymede.notebook.NotebookContext.SQL
List of most recent SQL Results.
rewrite(String) - Method in class ganymede.kernel.magic.Script
 
RFC3339DateFormat - Class in ganymede.jupyter.notebook
 
RFC3339DateFormat - Class in ganymede.kernel.client
 
RFC3339DateFormat() - Constructor for class ganymede.jupyter.notebook.RFC3339DateFormat
 
RFC3339DateFormat() - Constructor for class ganymede.kernel.client.RFC3339DateFormat
 
Ruby - Class in ganymede.kernel.magic
Ruby() - Constructor for class ganymede.kernel.magic.Ruby
 
run() - Method in class ganymede.server.Dispatcher
 
run(ApplicationArguments) - Method in class ganymede.connect.Connect
 
run(ApplicationArguments) - Method in class ganymede.install.Install
 
run(ApplicationArguments) - Method in class ganymede.kernel.Kernel
 
run(ApplicationArguments) - Method in class ganymede.Launcher
 

S

Scala - Class in ganymede.kernel.magic
Scala() - Constructor for class ganymede.kernel.magic.Scala
 
Script - Class in ganymede.kernel.magic
Script() - Constructor for class ganymede.kernel.magic.Script
 
ScriptEngineName - Annotation Type in ganymede.notebook
ScriptEngineName.ProcessorImpl - Class in ganymede.notebook
Processor implementation.
send(Connection, ZMQ.Socket) - Method in class ganymede.server.Message
Method to send a Message.
send(Dispatcher, ZMQ.Socket, Message) - Method in class ganymede.server.Channel
Callback method to stamp and dispatch a Message.
serialize(HMACDigester) - Method in class ganymede.server.Message
Method to serialize a Message.
Server - Class in ganymede.server
Jupyter Notebook Server (base class for kernel implementations).
Server() - Constructor for class ganymede.server.Server
Sole constructor.
ServerConfiguration - Class in ganymede.jupyter.notebook
Representing a Server configuration.
ServerConfiguration - Class in ganymede.kernel.client
Representing a Server configuration.
ServerConfiguration(String, String, Map<String, ServerVariable>) - Constructor for class ganymede.jupyter.notebook.ServerConfiguration
 
ServerConfiguration(String, String, Map<String, ServerVariable>) - Constructor for class ganymede.kernel.client.ServerConfiguration
 
ServerVariable - Class in ganymede.jupyter.notebook
Representing a Server Variable for server URL template substitution.
ServerVariable - Class in ganymede.kernel.client
Representing a Server Variable for server URL template substitution.
ServerVariable(String, String, HashSet<String>) - Constructor for class ganymede.jupyter.notebook.ServerVariable
 
ServerVariable(String, String, HashSet<String>) - Constructor for class ganymede.kernel.client.ServerVariable
 
ServiceProviderMap<T> - Class in ganymede.util
ServiceProviderMap(Class<T>, Function<ServiceLoader.Provider<T>, T>) - Constructor for class ganymede.util.ServiceProviderMap
Sole constructor.
session - Variable in class ganymede.notebook.NotebookContext
Session model.
session() - Method in class ganymede.server.Message
 
session(String) - Method in class ganymede.server.Message
 
Session - Class in ganymede.jupyter.notebook.model
A session
Session() - Constructor for class ganymede.jupyter.notebook.model.Session
 
SessionsApi - Class in ganymede.jupyter.notebook.api
 
SessionsApi() - Constructor for class ganymede.jupyter.notebook.api.SessionsApi
 
SessionsApi(ApiClient) - Constructor for class ganymede.jupyter.notebook.api.SessionsApi
 
setActualInstance(Object) - Method in class ganymede.jupyter.notebook.model.AbstractOpenApiSchema
Set the actual instance
setActualInstance(Object) - Method in class ganymede.kernel.client.model.AbstractOpenApiSchema
Set the actual instance
setApplicationContext(ApplicationContext) - Method in class ganymede.kernel.Kernel
 
setArgv(List<String>) - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
 
setAsyncResponseInterceptor(Consumer<HttpResponse<String>>) - Method in class ganymede.jupyter.notebook.ApiClient
Set a custom async response interceptor.
setAsyncResponseInterceptor(Consumer<HttpResponse<String>>) - Method in class ganymede.kernel.client.ApiClient
Set a custom async response interceptor.
setAvatarUrl(String) - Method in class ganymede.jupyter.notebook.model.Identity
 
setBasePath(String) - Method in class ganymede.jupyter.notebook.ApiClient
Set a custom base path for the target service, for example '/v2'.
setBasePath(String) - Method in class ganymede.kernel.client.ApiClient
Set a custom base path for the target service, for example '/v2'.
setCodemirrorMode(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
 
setColor(String) - Method in class ganymede.jupyter.notebook.model.Identity
 
setConnections(BigDecimal) - Method in class ganymede.jupyter.notebook.model.APIStatus
 
setConnections(BigDecimal) - Method in class ganymede.jupyter.notebook.model.Kernel
 
setConnectTimeout(Duration) - Method in class ganymede.jupyter.notebook.ApiClient
Sets the connect timeout (in milliseconds) for the http client.
setConnectTimeout(Duration) - Method in class ganymede.kernel.client.ApiClient
Sets the connect timeout (in milliseconds) for the http client.
setContent(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
 
setContent(String) - Method in class ganymede.jupyter.notebook.model.Contents
 
setCopyFrom(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
 
setCreated(String) - Method in class ganymede.jupyter.notebook.model.Contents
 
setDateFormat(DateFormat) - Method in class ganymede.jupyter.notebook.JSON
Set the date format for JSON (de)serialization with Date properties.
setDateFormat(DateFormat) - Method in class ganymede.kernel.client.JSON
Set the date format for JSON (de)serialization with Date properties.
setDefault(JSON) - Static method in class ganymede.jupyter.notebook.JSON
Set the default JSON instance.
setDefault(JSON) - Static method in class ganymede.kernel.client.JSON
Set the default JSON instance.
setDefault(String) - Method in class ganymede.jupyter.notebook.model.ApiKernelspecsGet200Response
 
setDefaultApiClient(ApiClient) - Static method in class ganymede.jupyter.notebook.Configuration
Set the default API client, which would be used when creating API instances without providing an API client.
setDefaultApiClient(ApiClient) - Static method in class ganymede.kernel.client.Configuration
Set the default API client, which would be used when creating API instances without providing an API client.
setDisplayName(String) - Method in class ganymede.jupyter.notebook.model.Identity
 
setDisplayName(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
 
setEnv(Map<String, String>) - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
 
setError(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathGet400Response
 
setExampleResponse(NativeWebRequest, String, String) - Static method in class ganymede.kernel.ApiUtil
 
setExecutionState(String) - Method in class ganymede.jupyter.notebook.model.Kernel
 
setExt(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
 
setFormat(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
 
setFormat(String) - Method in class ganymede.jupyter.notebook.model.Contents
 
setHash(String) - Method in class ganymede.jupyter.notebook.model.Contents
 
setHashAlgorithm(String) - Method in class ganymede.jupyter.notebook.model.Contents
 
setHelpLinks(List<KernelSpecFileHelpLinksInner>) - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
 
setHost(String) - Method in class ganymede.jupyter.notebook.ApiClient
Set a custom host name for the target service.
setHost(String) - Method in class ganymede.kernel.client.ApiClient
Set a custom host name for the target service.
setHttpClientBuilder(HttpClient.Builder) - Method in class ganymede.jupyter.notebook.ApiClient
Set a custom HttpClient.Builder object to use when creating the HttpClient that is used by the API client.
setHttpClientBuilder(HttpClient.Builder) - Method in class ganymede.kernel.client.ApiClient
Set a custom HttpClient.Builder object to use when creating the HttpClient that is used by the API client.
setId(String) - Method in class ganymede.jupyter.notebook.model.Checkpoints
 
setId(UUID) - Method in class ganymede.jupyter.notebook.model.Kernel
 
setId(UUID) - Method in class ganymede.jupyter.notebook.model.Session
 
setIdentity(Identity) - Method in class ganymede.jupyter.notebook.model.ApiMeGet200Response
 
setInitials(String) - Method in class ganymede.jupyter.notebook.model.Identity
 
setKernel(Kernel) - Method in class ganymede.jupyter.notebook.model.Session
 
setKernelCss(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecResources
 
setKernelJs(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecResources
 
setKernels(BigDecimal) - Method in class ganymede.jupyter.notebook.model.APIStatus
 
setKernelSpecFile(KernelSpecFile) - Method in class ganymede.jupyter.notebook.model.KernelSpec
 
setKernelspecs(Map<String, KernelSpec>) - Method in class ganymede.jupyter.notebook.model.ApiKernelspecsGet200Response
 
setLanguage(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
 
setLastActivity(String) - Method in class ganymede.jupyter.notebook.model.APIStatus
 
setLastActivity(String) - Method in class ganymede.jupyter.notebook.model.Kernel
 
setLastActivity(String) - Method in class ganymede.jupyter.notebook.model.Terminal
 
setLastModified(String) - Method in class ganymede.jupyter.notebook.model.Checkpoints
 
setLastModified(String) - Method in class ganymede.jupyter.notebook.model.Contents
 
setLogoStar(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecResources
 
setMessage(String) - Method in class ganymede.jupyter.notebook.model.ApiSessionsPost501Response
 
setMimetype(String) - Method in class ganymede.jupyter.notebook.model.Contents
 
setName(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
 
setName(String) - Method in class ganymede.jupyter.notebook.model.ApiKernelsPostRequest
 
setName(String) - Method in class ganymede.jupyter.notebook.model.Contents
 
setName(String) - Method in class ganymede.jupyter.notebook.model.Identity
 
setName(String) - Method in class ganymede.jupyter.notebook.model.Kernel
 
setName(String) - Method in class ganymede.jupyter.notebook.model.KernelSpec
 
setName(String) - Method in class ganymede.jupyter.notebook.model.Session
 
setName(String) - Method in class ganymede.jupyter.notebook.model.Terminal
 
setObjectMapper(ObjectMapper) - Method in class ganymede.jupyter.notebook.ApiClient
Set a custom ObjectMapper to serialize and deserialize the request and response bodies.
setObjectMapper(ObjectMapper) - Method in class ganymede.kernel.client.ApiClient
Set a custom ObjectMapper to serialize and deserialize the request and response bodies.
setPath(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
 
setPath(String) - Method in class ganymede.jupyter.notebook.model.ApiKernelsPostRequest
 
setPath(String) - Method in class ganymede.jupyter.notebook.model.Contents
 
setPath(String) - Method in class ganymede.jupyter.notebook.model.Session
 
setPermissions(Map<String, List<String>>) - Method in class ganymede.jupyter.notebook.model.ApiMeGet200Response
 
setPort(int) - Method in class ganymede.jupyter.notebook.ApiClient
Set a custom port number for the target service.
setPort(int) - Method in class ganymede.kernel.client.ApiClient
Set a custom port number for the target service.
setReadTimeout(Duration) - Method in class ganymede.jupyter.notebook.ApiClient
Set the read timeout for the http client.
setReadTimeout(Duration) - Method in class ganymede.kernel.client.ApiClient
Set the read timeout for the http client.
setReason(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathGet400Response
 
setRequestInterceptor(Consumer<HttpRequest.Builder>) - Method in class ganymede.jupyter.notebook.ApiClient
Set a custom request interceptor.
setRequestInterceptor(Consumer<HttpRequest.Builder>) - Method in class ganymede.kernel.client.ApiClient
Set a custom request interceptor.
setResources(KernelSpecResources) - Method in class ganymede.jupyter.notebook.model.KernelSpec
 
setResponseInterceptor(Consumer<HttpResponse<InputStream>>) - Method in class ganymede.jupyter.notebook.ApiClient
Set a custom response interceptor.
setResponseInterceptor(Consumer<HttpResponse<InputStream>>) - Method in class ganymede.kernel.client.ApiClient
Set a custom response interceptor.
setScheme(String) - Method in class ganymede.jupyter.notebook.ApiClient
Set a custom scheme for the target service, for example 'https'.
setScheme(String) - Method in class ganymede.kernel.client.ApiClient
Set a custom scheme for the target service, for example 'https'.
setShortMessage(String) - Method in class ganymede.jupyter.notebook.model.ApiSessionsPost501Response
 
setSize(Integer) - Method in class ganymede.jupyter.notebook.model.Contents
 
setStarted(String) - Method in class ganymede.jupyter.notebook.model.APIStatus
 
setText(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecFileHelpLinksInner
 
setType(Contents.TypeEnum) - Method in class ganymede.jupyter.notebook.model.Contents
 
setType(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
 
setType(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
 
setType(String) - Method in class ganymede.jupyter.notebook.model.Session
 
setUrl(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecFileHelpLinksInner
 
setUsername(String) - Method in class ganymede.jupyter.notebook.model.Identity
 
setVersion(String) - Method in class ganymede.jupyter.notebook.model.ApiGet200Response
 
setWritable(Boolean) - Method in class ganymede.jupyter.notebook.model.Contents
 
Sh - Class in ganymede.kernel.magic
Sh() - Constructor for class ganymede.kernel.magic.Sh
 
Shell - Class in ganymede.shell
Ganymede Shell.
Shell(Kernel) - Constructor for class ganymede.shell.Shell
Sole constructor.
Shell(Server, Channel.IOPub, Channel.Stdin) - Constructor for class ganymede.server.Channel.Shell
Sole constructor.
shorten(File) - Method in class ganymede.util.PathPropertyMap
Method to shorten a File path by substituting placeholder references from the PathPropertyMap.
shorten(String) - Method in class ganymede.util.PathPropertyMap
Method to shorten a String by substituting placeholder references for paths from the PathPropertyMap.
shortMessage(String) - Method in class ganymede.jupyter.notebook.model.ApiSessionsPost501Response
 
show() - Method in class ganymede.notebook.AbstractScriptEngineMagic
Callback to show information about the ScriptEngine instance.
shutdown() - Method in class ganymede.kernel.Kernel
 
size(Integer) - Method in class ganymede.jupyter.notebook.model.Contents
 
SparkDatasetRenderer - Class in ganymede.kernel.renderer
Spark Dataset Renderer service provider.
SparkDatasetRenderer() - Constructor for class ganymede.kernel.renderer.SparkDatasetRenderer
 
SparkSession - Class in ganymede.kernel.magic
SparkSession() - Constructor for class ganymede.kernel.magic.SparkSession
 
SparkSessionRenderer - Class in ganymede.kernel.renderer
SparkSession Renderer service provider.
SparkSessionRenderer() - Constructor for class ganymede.kernel.renderer.SparkSessionRenderer
 
sql - Variable in class ganymede.notebook.NotebookContext
SQL-specific context.
SQL - Class in ganymede.kernel.magic
SQL() - Constructor for class ganymede.kernel.magic.SQL
 
SQL() - Constructor for class ganymede.notebook.NotebookContext.SQL
 
stamp(Message) - Method in class ganymede.server.Server
Method to stamp an outgoing Message.
start(InputStream, PrintStream, PrintStream) - Method in class ganymede.shell.Shell
Method to start a Shell.
started(String) - Method in class ganymede.jupyter.notebook.model.APIStatus
 
starting - ganymede.server.Message.status
 
status(Magic.completeness) - Method in class ganymede.server.Message
Method to set status for a code Magic.completeness test.
status(Message.status) - Method in class ganymede.server.Message
See status.
status(Message.status, Message) - Static method in class ganymede.server.Message
See status.
status(Throwable) - Method in class ganymede.server.Message
Method to set status for a Throwable.
status(Throwable, String) - Method in class ganymede.server.Message
Method to set status for a Throwable.
StatusApi - Class in ganymede.jupyter.notebook.api
 
StatusApi() - Constructor for class ganymede.jupyter.notebook.api.StatusApi
 
StatusApi(ApiClient) - Constructor for class ganymede.jupyter.notebook.api.StatusApi
 
stderr - ganymede.server.Message.stream
 
Stdin(Server) - Constructor for class ganymede.server.Channel.Stdin
Sole constructor.
stdout - ganymede.server.Message.stream
 
stop() - Method in class ganymede.shell.Shell
Method to stop (interrupt) a Shell.
stream(Message.stream, String) - Method in class ganymede.server.Message
See stream.
SysProperties - Class in ganymede.kernel.magic
SysProperties() - Constructor for class ganymede.kernel.magic.SysProperties
 

T

TableModelRenderer - Class in ganymede.kernel.renderer
TableModel Renderer service provider.
TableModelRenderer() - Constructor for class ganymede.kernel.renderer.TableModelRenderer
 
TablesawPlotlyFigureRenderer - Class in ganymede.kernel.renderer
Tablesaw Plot.ly Figure Renderer service provider.
TablesawPlotlyFigureRenderer() - Constructor for class ganymede.kernel.renderer.TablesawPlotlyFigureRenderer
 
TablesawTableRenderer - Class in ganymede.kernel.renderer
Tablesaw Table Renderer service provider.
TablesawTableRenderer() - Constructor for class ganymede.kernel.renderer.TablesawTableRenderer
 
Terminal - Class in ganymede.jupyter.notebook.model
A Terminal object
Terminal() - Constructor for class ganymede.jupyter.notebook.model.Terminal
 
TerminalsApi - Class in ganymede.jupyter.notebook.api
 
TerminalsApi() - Constructor for class ganymede.jupyter.notebook.api.TerminalsApi
 
TerminalsApi(ApiClient) - Constructor for class ganymede.jupyter.notebook.api.TerminalsApi
 
text(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecFileHelpLinksInner
 
Thymeleaf - Class in ganymede.kernel.magic
Thymeleaf template Magic.
Thymeleaf() - Constructor for class ganymede.kernel.magic.Thymeleaf
 
ThymeleafRenderer - Class in ganymede.kernel.renderer
Thymeleaf template Renderer.
ThymeleafRenderer() - Constructor for class ganymede.kernel.renderer.ThymeleafRenderer
 
ThymeleafRenderer.Output - Class in ganymede.kernel.renderer
Customized Output for ThymeleafRenderer.
ThymeleafScriptEngine - Class in ganymede.jsr223
Thymeleaf ScriptEngine.
ThymeleafScriptEngine() - Constructor for class ganymede.jsr223.ThymeleafScriptEngine
 
ThymeleafScriptEngineFactory - Class in ganymede.jsr223
ThymeleafScriptEngineFactory() - Constructor for class ganymede.jsr223.ThymeleafScriptEngineFactory
 
timestamp() - Method in class ganymede.server.Message
Set the Message.date() value if not already set.
toByteArray() - Method in class ganymede.io.PrintStreamBuffer
Returns the buffer's contents as newly allocated byte array.
toString() - Method in class ganymede.io.PrintStreamBuffer
Returns the buffer's contents.
toString() - Method in class ganymede.jupyter.notebook.model.AbstractOpenApiSchema
 
toString() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathGet400Response
 
toString() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
 
toString() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
 
toString() - Method in class ganymede.jupyter.notebook.model.ApiGet200Response
 
toString() - Method in class ganymede.jupyter.notebook.model.ApiKernelspecsGet200Response
 
toString() - Method in class ganymede.jupyter.notebook.model.ApiKernelsPostRequest
 
toString() - Method in class ganymede.jupyter.notebook.model.ApiMeGet200Response
 
toString() - Method in class ganymede.jupyter.notebook.model.ApiSessionsPost501Response
 
toString() - Method in class ganymede.jupyter.notebook.model.APIStatus
 
toString() - Method in class ganymede.jupyter.notebook.model.Checkpoints
 
toString() - Method in class ganymede.jupyter.notebook.model.Contents
 
toString() - Method in enum ganymede.jupyter.notebook.model.Contents.TypeEnum
 
toString() - Method in class ganymede.jupyter.notebook.model.Identity
 
toString() - Method in class ganymede.jupyter.notebook.model.Kernel
 
toString() - Method in class ganymede.jupyter.notebook.model.KernelSpec
 
toString() - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
 
toString() - Method in class ganymede.jupyter.notebook.model.KernelSpecFileHelpLinksInner
 
toString() - Method in class ganymede.jupyter.notebook.model.KernelSpecResources
 
toString() - Method in class ganymede.jupyter.notebook.model.Session
 
toString() - Method in class ganymede.jupyter.notebook.model.Terminal
 
toString() - Method in class ganymede.kernel.client.model.AbstractOpenApiSchema
 
toString() - Method in class ganymede.server.Message
 
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathGet400Response
Convert the instance into URL query string.
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
Convert the instance into URL query string.
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
Convert the instance into URL query string.
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.ApiGet200Response
Convert the instance into URL query string.
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.ApiKernelspecsGet200Response
Convert the instance into URL query string.
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.ApiKernelsPostRequest
Convert the instance into URL query string.
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.ApiMeGet200Response
Convert the instance into URL query string.
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.ApiSessionsPost501Response
Convert the instance into URL query string.
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.APIStatus
Convert the instance into URL query string.
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.Checkpoints
Convert the instance into URL query string.
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.Contents
Convert the instance into URL query string.
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.Identity
Convert the instance into URL query string.
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.Kernel
Convert the instance into URL query string.
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.KernelSpec
Convert the instance into URL query string.
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
Convert the instance into URL query string.
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.KernelSpecFileHelpLinksInner
Convert the instance into URL query string.
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.KernelSpecResources
Convert the instance into URL query string.
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.Session
Convert the instance into URL query string.
toUrlQueryString() - Method in class ganymede.jupyter.notebook.model.Terminal
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathGet400Response
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.ApiGet200Response
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.ApiKernelspecsGet200Response
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.ApiKernelsPostRequest
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.ApiMeGet200Response
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.ApiSessionsPost501Response
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.APIStatus
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.Checkpoints
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.Contents
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.Identity
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.Kernel
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.KernelSpec
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecFile
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecFileHelpLinksInner
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecResources
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.Session
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class ganymede.jupyter.notebook.model.Terminal
Convert the instance into URL query string.
type(Contents.TypeEnum) - Method in class ganymede.jupyter.notebook.model.Contents
 
type(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
 
type(String) - Method in class ganymede.jupyter.notebook.model.ApiContentsPathPutRequest
 
type(String) - Method in class ganymede.jupyter.notebook.model.Session
 
types - Variable in class ganymede.notebook.NotebookContext
Map of known bindings' types.
TYPES - Static variable in class ganymede.kernel.magic.Markdown
Installed Extensions.

U

unescape(String) - Static method in class ganymede.notebook.NotebookContext
Method to unescape a Java-escaped string literal.
unknown - ganymede.notebook.Magic.completeness
 
updateBaseUri(String) - Method in class ganymede.jupyter.notebook.ApiClient
 
updateBaseUri(String) - Method in class ganymede.kernel.client.ApiClient
 
url(String) - Method in class ganymede.jupyter.notebook.model.KernelSpecFileHelpLinksInner
 
URL - Variable in class ganymede.jupyter.notebook.ServerConfiguration
 
URL - Variable in class ganymede.kernel.client.ServerConfiguration
 
URL() - Method in class ganymede.jupyter.notebook.ServerConfiguration
Format URL template using default server variables.
URL() - Method in class ganymede.kernel.client.ServerConfiguration
Format URL template using default server variables.
URL(Map<String, String>) - Method in class ganymede.jupyter.notebook.ServerConfiguration
Format URL template using given variables.
URL(Map<String, String>) - Method in class ganymede.kernel.client.ServerConfiguration
Format URL template using given variables.
urlEncode(String) - Static method in class ganymede.jupyter.notebook.ApiClient
URL encode a string in the UTF-8 encoding.
urlEncode(String) - Static method in class ganymede.kernel.client.ApiClient
URL encode a string in the UTF-8 encoding.
Usage - Annotation Type in ganymede.notebook
Usage.ProcessorImpl - Class in ganymede.notebook
Processor implementation.
username() - Method in class ganymede.server.Message
 
username(String) - Method in class ganymede.jupyter.notebook.model.Identity
 
username(String) - Method in class ganymede.server.Message
 

V

value() - Method in annotation type ganymede.jsr223.Extensions
 
value() - Method in annotation type ganymede.jsr223.MimeTypes
 
value() - Method in annotation type ganymede.jsr223.Names
 
value() - Method in annotation type ganymede.jsr223.Parameter
 
value() - Method in annotation type ganymede.jsr223.Parameters
 
value() - Method in annotation type ganymede.notebook.Description
 
value() - Method in annotation type ganymede.notebook.Extensions
 
value() - Method in annotation type ganymede.notebook.ForClass
 
value() - Method in annotation type ganymede.notebook.ForClassName
 
value() - Method in annotation type ganymede.notebook.MagicNames
 
value() - Method in annotation type ganymede.notebook.ScriptEngineName
 
value() - Method in annotation type ganymede.notebook.Usage
 
valueOf(String) - Static method in enum ganymede.jupyter.notebook.model.Contents.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ganymede.notebook.Magic.completeness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ganymede.server.Message.status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ganymede.server.Message.stream
Returns the enum constant of this type with the specified name.
values() - Static method in enum ganymede.jupyter.notebook.model.Contents.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ganymede.notebook.Magic.completeness
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ganymede.server.Message.status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ganymede.server.Message.stream
Returns an array containing the constants of this enum type, in the order they are declared.
variables - Variable in class ganymede.jupyter.notebook.ServerConfiguration
 
variables - Variable in class ganymede.kernel.client.ServerConfiguration
 
variables() - Method in class ganymede.kernel.client.api.DefaultApi
Get Java variables
variables() - Method in class ganymede.kernel.client.KernelRestClient
variables() - Method in class ganymede.kernel.Kernel
 
variables() - Method in interface ganymede.kernel.KernelApi
GET /kernel/shell/java/variables : Get Java variables
variables() - Method in class ganymede.shell.Shell
Method to get the current Map of defined variables to their type definitions.
variables(JShell) - Static method in class ganymede.notebook.NotebookContext
Static method to get the current Map of defined variables to their type definitions.
variablesWithHttpInfo() - Method in class ganymede.kernel.client.api.DefaultApi
Get Java variables
Velocity - Class in ganymede.kernel.magic
Velocity() - Constructor for class ganymede.kernel.magic.Velocity
 
verify(String, byte[]...) - Method in class ganymede.server.HMACDigester
Method to verify a digest for message frames.
version() - Method in class ganymede.server.Message
 
version(String) - Method in class ganymede.jupyter.notebook.model.ApiGet200Response
 
version(String) - Method in class ganymede.server.Message
 
VERSION - Static variable in class ganymede.jupyter.notebook.Configuration
 
VERSION - Static variable in class ganymede.kernel.client.Configuration
 

W

writable(Boolean) - Method in class ganymede.jupyter.notebook.model.Contents
 
writeTo(OutputStream) - Method in class ganymede.dependency.POM
Method to write this POM's YAML representation.

X

XChartRenderer - Class in ganymede.kernel.renderer
XChart Chart Renderer service provider.
XChartRenderer() - Constructor for class ganymede.kernel.renderer.XChartRenderer
 

Y

YAML - Static variable in interface ganymede.util.ObjectMappers
Common static YAML ObjectMapper instance.

_

_default(String) - Method in class ganymede.jupyter.notebook.model.ApiKernelspecsGet200Response
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
All Classes All Packages