nel
nel copied to clipboard
Node.js module for running a javascript REPL session
Related to issue #12 Changes: * The previous fix would `sendTask` twice with asynchronous code. This adds `sendTask` to an `else` statement in `_runNow` so that runs in either the...
Moved discussion from https://github.com/n-riesco/ijavascript/issues/117#issuecomment-392335852 : --- I would solve this issue like this: 1. replace the following line of code: ```js ContextifyScript.Script.runInThisContext(); ``` with ```js ContextifyScript.Script.runInContext(currentContext); ``` 2. Check for...
https://groups.google.com/d/msgid/jupyter/CAHNn8BUwjLJNgzi_%3DaAxhMEUF4n9QzHXC1_Zwzeu0%3DP%2BtP1pqg%40mail.gmail.com?utm_medium=email&utm_source=footer