tslab
tslab copied to clipboard
Cannot Import Module 'Ramda'
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!
@noamsgl were you able to get this working at some point?
Treat it like a regular .js
file:
- create a js project using
npm init
-
npm install
the packages - and put the
.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