Skip to content
Pasqal Documentation

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
Allowed values: QUANTUM_DISCOVERY QUANTUM_DISCOVERY_CHEMISTRY QUANTUM_DISCOVERY_LIGHT QUANTUM_DISCOVERY_PLAY QUANTUM_DISCOVERY_ESSENTIAL LEARN_BY_CODING VQPU
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
>= 1 characters <= 65536 characters

422

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string