Notebook
POST
/api/v1/learners/me/{package}/notebook/{notebook}
Get a notebook server for the current user.
Args: package: The package the learner is in. notebook: The specific notebook to spawn
Returns: QueryResults
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” package
required
ProjectPackage
An enumeration.
string
notebook
required
Notebook
string
Query Parameters
Section titled “Query Parameters ” project_id
Project Id
string format: uuid
Responses
Section titled “ Responses ”Successful Response
NotebookResponseSchema
object
url
required
Url
string format: uri
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string