You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 I am working on some of the npm packages to add some lazy evaluation and other features we discussed. I am running into issues with Typescript not properly finding the nbdime packaged when building the webapp and lab packages. I am also not sure of the best ways to interact with the local server when altering things locally.
It would be great to document some of the common development patters around this and would unblock us from making some improvements to nbdime. Thanks ❤️
Setting up the javascript environment for development
Compiling typescript for each package
Running the server locally to test changes
Running the tests for each package
An example would be, I want to alter the javascript for the UI, how do I install the code locally, where do I alter the code, how can I compile and test the changes.
I am also wondering if you would be open to us putting codespaces dev container into this project so people can jump into a pre-configured environment to help with some of the install?
👋 I am working on some of the npm packages to add some lazy evaluation and other features we discussed. I am running into issues with Typescript not properly finding the nbdime packaged when building the webapp and lab packages. I am also not sure of the best ways to interact with the local server when altering things locally.
It would be great to document some of the common development patters around this and would unblock us from making some improvements to nbdime. Thanks ❤️
cc @vidartf
The text was updated successfully, but these errors were encountered: