IJavascript is a javascript kernel for the Jupyter notebook
Questions tagged [ijavascript]
13 questions
34
votes
4 answers
Is there a REPL like iPython for Nodejs?
Is there any kid of "repl + extra features" (like showing docs, module autoreload etc.), like iPython, but for Nodejs?
And I mean something that runs locally & offline. This is a must. And preferably to work both in terminal mode and have an…

NeuronQ
- 7,527
- 9
- 42
- 60
3
votes
1 answer
How to install npm modules for ijavascript
How can I install node modules for ijavascript?
I tried to create a package.json in the project folder for Jupiter but it stills can't install anything.

Tan Vee Han
- 337
- 4
- 12
3
votes
0 answers
"Address in use" error while running nodejs in jupyter
When i'm using ijavascript in Jupyter to perform fiebase query, an error regarding address in use pop out.
i tried to restart my machine and shut down all other processes that might use port 8888
...…

Tan Vee Han
- 337
- 4
- 12
3
votes
2 answers
Just heard of Jupyter - is it possible to use Javascript and keep it in the cloud?
I heard of Jupyter last night and was using it with Python last night. Looks like a great notebook for coding, something I have been searching for, but I'm unsure if I can use JavaScript with it? It looks like there are npm packages, but I would…

grpcMe
- 1,367
- 5
- 15
- 28
2
votes
0 answers
Unable to install 'ijavascript'
Here is the link for complete error logs - https://drive.google.com/file/d/1rm52sXPsCUskP2EHX-6pBPRoZqaH_ypY/view?usp=sharing
Apparently error is due to some zeromq module starting with
npm ERR! code 1
npm ERR! path…

Parth Sethi
- 21
- 4
1
vote
0 answers
Installing NPM packages in a Jupyter Notebook
I found a Docker package for Jupyterlab and it comes with the IJavaScript kernel:
docker run -d -p 8888:8888 liuderchi/jupyterlab-ijavascript:latest
I can create a new notebook using JavaScript.
How do I install NPM packages in this notebook?
I…

Gezim
- 7,112
- 10
- 62
- 98
1
vote
1 answer
nodejs: IJavascript: says module not found
I have installed Ijavascript on linux pc
sudo npm install -g ijavascript
And i have installed the mathsteps package
sudo npm install -g mathsteps
Now i try to open ijsnotebook
ijsnotebook
I started a javascript(node.js) shell
And now i am trying…

Santhosh
- 9,965
- 20
- 103
- 243
1
vote
0 answers
Jupyter ImportError after installing IJavascript
My Jupyter has stopped working after I installed the Ijavascript. I have tried everything I could but couldn't correct the issue.
ImportError: DLL load failed while importing error: The specified module could not be found.
[I 10:22:03.045…

Pradeep Singh
- 23
- 6
1
vote
1 answer
VS code unable to create new cell while using iJAVA that is build on jshell?
I am just a beginner :) Can any one help me out??
When I click the plus sign to create a new cell in a workbook I get an error. The new cell isn't created and I see this error message in a larger than usual font.
The error message survives a…

Arien
- 11
- 3
1
vote
0 answers
anaconda python installation messed up and unable to install ijavascript
I've been using anaconda python for over an year without any troubles in multiple systems, I wanted to start coding with javascript. So I wanted to install a javascript kernel in jupyter. Because I'm addicted to jupyter and can't seem to program…

pyeR_biz
- 986
- 12
- 36
1
vote
1 answer
Cannot connect to ijavascript kernel / Cannot find module '../build/Release/zmq.node'
I have a jupyterhub with jupyterlab / jupyter notebook installed.
I installed the ijavascript extension.
Launching jupyter notebook and opening a new notebook with a javascript kernel I get the message: "Kernel starting, please wait..."
At the…

Siegfried Kramer
- 81
- 7
0
votes
0 answers
Is it possible to run python inside javascript code or inside jupyter despite having a javascript node kernel?
So I usually write courses and documentation in python with jupyter notebook, and today, I needed to write courses in javascript. I started writing them with the basic jupyter python kernel, and I wrote the code using with inline magic javascript…

rznrd
- 75
- 8
0
votes
0 answers
Javascript installation error on Windows 10
my name's Nilson and I got a problem when I was trying to install javascript in an anaconda environment, windows 10. Here is the image of the error:
Could anyone help me?