Can I await in Javascript Jupyter?

已回答

Trying to connect to mongodb from jupyter. Using javascript. MongoClient calls are asynchronous, so I am trying to do `await`. And then I realize that cells don't wait for promises to be resolved. Does it mean no mongodb for me? Or at least, no javascript? Or is there a way?

0

Hi, I'm not sure if this is an IDE-related question, so could you please specify if you're facing the same issue in the native Jupyter browser app?

0

请先登录再写评论。