Documentation
¶
Index ¶
Constants ¶
View Source
const (
BindAddressOption = "BIND_ADDRESS"
)
View Source
const DefaultServerPort = 10700
Variables ¶
View Source
var Options = ide.Options{ BindAddressOption: { Name: BindAddressOption, Description: "The address to bind the server to locally, e.g. 0.0.0.0:12345", Default: "", }, }
Functions ¶
This section is empty.
Types ¶
type JupyterNotbookServer ¶
type JupyterNotbookServer struct {
// contains filtered or unexported fields
}
func NewJupyterNotebookServer ¶
func NewJupyterNotebookServer( workspaceFolder string, userName string, values map[string]config.OptionValue, ) *JupyterNotbookServer
func (*JupyterNotbookServer) Install ¶
func (o *JupyterNotbookServer) Install() error
func (*JupyterNotbookServer) Start ¶
func (o *JupyterNotbookServer) Start() error
Click to show internal directories.
Click to hide internal directories.