examples icon indicating copy to clipboard operation
examples copied to clipboard

Install IJavascript kernel

Open rgbkrk opened this issue 6 years ago • 5 comments

The node.js notebook(s) needs the IJavascript kernel installed in our binder image. We need it added to our conda config. 😄

rgbkrk avatar Aug 29 '18 16:08 rgbkrk

It seems like we'd need to add node to the conda environment, then run npm install -g ijavascript (as well as another command). We can do this with a postBuild file.

rgbkrk avatar Aug 30 '18 22:08 rgbkrk

Hey @rgbkrk, Can we use node 10? Or should we do 8?

In other news, I almost have music21 running on binder. An abjad/m21 combo would be sweet.

willingc avatar Aug 30 '18 23:08 willingc

Ooooh sweet! Either node 8 or node 10 is fine. We can lean on node 10 for maximal fun I think.

rgbkrk avatar Aug 30 '18 23:08 rgbkrk

In other news, I almost have music21 running on binder. An abjad/m21 combo would be sweet.

👀 @jefftrevino

rgbkrk avatar Aug 30 '18 23:08 rgbkrk

Hey all! I'm trying to run the immutable-revival.ipynb demo that you have but it says that the IJavascript kernel is not installed. Is creating a postBuild file still the best way to enable the IJavascript kernel?

Miniland1333 avatar Apr 29 '19 18:04 Miniland1333