Skip to content

Commit

Permalink
reference nested asyncio project
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <[email protected]>
  • Loading branch information
touma-I committed Nov 15, 2024
1 parent 6ea2e76 commit 670f381
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions transforms/universal/web2parquet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@ For configuring the crawl, users need to identify the follow parameters:

## Invoking the transform from a notebook

In order to invoke the transfrom from a notebook, users must enable nested asynchronous io as follows:
import nest_asyncio
nest_asyncio.apply()
In order to invoke the transfrom from a notebook, users must enable nested asynchronous ( https://pypi.org/project/nest-asyncio/ ), import the transform class and call the `transform()`function as shown in the example below:

In order to invoke the transform, users need to import the transform class and call the transform() function:

example:
```
import nest_asyncio
nest_asyncio.apply()
Expand Down

0 comments on commit 670f381

Please sign in to comment.