Izidea

Avatar
  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Edited

    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. ...
    • 4 followers
    • 1 comment
    • 0 votes
  • Edited

    How do I set breakpoints everywhere?

    I am debugging a bunch of nodejs apps. Javascript doesn't exactly run sequentially, with all the async-awaits. So I have this weird workflow where I initially set breakpoints everywhere, first on e...
    • 1 follower
    • 2 comments
    • 0 votes