Dataframe
 
0.15

Import Data Schemas, e.g. from OpenAPI, in Jupyter

Edit page Last modified: 14 January 2025

Similar to importing OpenAPI Data Schemas in Gradle projects, you can also do this in Jupyter Notebooks.

There is only a slight difference in notation:

Import the schema using any path (String), URL, or File:

and then from next cell you run and onwards, you can call, for example:

So, very similar indeed!

(Note: The type of PetStore will be generated as PetStoreDataSchema, but this doesn't affect the way you can use it.)