Join us for
RADAR: AI Edition

decapitated (version 0.3.0)

gepetto: Create a connection to a Gepetto API server

Description

Create a connection to a Gepetto API server

Usage

gepetto(host = "localhost", port = 8080)

Arguments

host

where is it running? Defaults to "localhost"

port

same, but what port? Defaults to 8080 since the most common use case is that you have gepetto running in a Docker container. Use 3000 if you're running it locally via npm as that's the default port for development.`

Value

A gepetto connection object

Examples

Run this code
# NOT RUN {
gepetto()
# }

Run the code above in your browser using DataLab