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
Path Parameters
package
required
ProjectPackage
An enumeration.
string
notebook
required
Notebook
string
Query Parameters
project_id
Project Id
string format: uuid
Responses
200
Successful Response
NotebookResponseSchema
object
url
required
Url
string format: uri
422
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string