notablemind / jupyter-nodejs

A node.js kernel for jupyter/ipython
http://nbviewer.ipython.org/gist/jaredly/404a36306fdee6a1737a
MIT License
682 stars 70 forks source link

How to use third-party libraries? #68

Open doverradio opened 4 years ago

doverradio commented 4 years ago

Hello, I tried loading the following into a node.js enabled notebook and if throws errors:

%%node

const Ebay = require('ebay-node-api');

Errors (screenshot uploaded to imgur) https://imgur.com/13vZqNV

What must I do to use third-party libraries in Jupyter like a normal script?