api-notebook
api-notebook copied to clipboard
Advanced Topics Help
A notebook, like https://apinotebook.apihub.com/help/api-guide, for global functions like async
, timeout
, etc
That I think is very useful. Is it like a guide on available functions and how to use the API Notebook?
I believe that was the intention - there's a few pieces of notebook cell execution that aren't well documented (being able to timeout a cell, putting the cell into async mode manually by using async()
).
Cool; I labelled it as enhancement for now. Let's see if we can get there.