Nicolas Riesco
Nicolas Riesco
http://n-riesco.github.io/ijavascript/doc/install.md.html #184 #232 https://github.com/n-riesco/ijavascript/issues/243#issuecomment-875975628
- `FileNotFoundError: [Errno 2] No such file or directory: 'ijskernel'` (#259) - Reinstall (`npm uninstall -g ijavascript; npm install -g ijavascript`) or build from source (`npm_config_zmq_external=true npm install -g ijavascript`),...
See #212 and https://github.com/jupyterlab/jupyterlab/pull/6860 From https://jupyter-client.readthedocs.io/en/stable/messaging.html#kernel-info ```js content = { # 'ok' if the request succeeded or 'error', with error information as in all other replies. 'status' : 'ok', #...
I think I found the culprit of this problem. In my windows box, all the npm installed module are line up nicely in the folder: "C:\Users\\AppData\Roaming\npm\node_modules", including: - ijavascript -...
I'm opening this issue so that I can close a number of duplicate issues reporting a failure to install IJavascript on Node.js v9 and above: - #165 - #179 -...
At the moment this can be achieved using the env variable [NODE_OPTIONS](https://nodejs.org/api/cli.html#cli_node_options_options). See #213 and #210 for motivation. TODO - [ ] investigate how Node.js implements `NODE_OPTIONS` - [ ]...
See https://github.com/nteract/hydrogen/issues/944#issuecomment-369665959 ### Instructions for windows You need to create the folder `%APPDATA%\jupyter\kernels\javascript` and store the followling files: - a file named `logo-32x32.png` with [this logo](https://github.com/n-riesco/ijavascript/blob/8637a3e18b89270121f49733d03af0e3e6e0a17a/images/nodejs/js-green-32x32.png) - a file named...
Taken from https://github.com/n-riesco/ijavascript/issues/177#issuecomment-451985453 --- installation on win10 won't work since the rebuild of node-gyp.js still using python 2.7 syntax. if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node...