Can I await in Javascript Jupyter?
Answered
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?
Please sign in to leave a comment.
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?