nteract / examples

Example nteract notebooks with links to execution on mybinder.org
BSD 3-Clause "New" or "Revised" License
27 stars 21 forks source link

Install IJavascript kernel #14

Open rgbkrk opened 6 years ago

rgbkrk commented 6 years ago

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

rgbkrk commented 6 years ago

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.

willingc commented 6 years ago

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.

rgbkrk commented 6 years ago

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

rgbkrk commented 6 years ago

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

👀 @jefftrevino

Miniland1333 commented 5 years ago

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?