Open noamsgl opened 3 years ago
@noamsgl were you able to get this working at some point?
Treat it like a regular .js
file:
npm init
npm install
the packages.ipynb
notebook file inside the project It can import packages and local files just like any other js file
reset the kernel every time you update an imported file or you will get this error:
unexpected error: Error: Unexpected pending rebuildTimer
Hi!
Love the package. Thanks.
I would like to add external packages such as ramda, however I get the following error message:
1:20 Cannot find module 'ramda' or its corresponding type declarations.
How can I make this work? Thanks!