-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node dependencies in package.json aren't found #31
Comments
It works from within Jupyter.
|
Hi Jakub, I've just checked and it works for me on Hydrogen. At this point, I'm more inclined to think this is an issue with the installation of Please, could you check if the following works on your computer:
|
Surprisingly, this works. What I did before and expected to work:
So the notebook that I access via the local web interface after running Thank you! |
Sorry, it is now working in |
BTW Hydrogen now works for me as well with this example project. |
No worries! Thanks for letting me know. |
Hello, is this kernel intended to be usable with a Node.js project? If that is the case as I assume, I expect it should be possible to start
ijs
in a node project (havingpackage.json
and some JS code) and have access to that code and dependencies declared inpackage.json
. However that doesn't seem to be the case, as demonstrated here: https://github.com/jakubholynet/ijavascript-node-bug/blob/master/notebook.ipynbIs there any way to get this work? (I would like to use Hydrogen to execute code in the context of my project)
Thank you!
Software versions:
ijs: 5.0.2
npm: 1.4.28
ipython: 3.1.0
OS: OS X 10.10.3
The text was updated successfully, but these errors were encountered: