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
# Install dependencies and the package in development mode
36
+
jlpm install
37
+
jlpm dev ## if you haven't Docker installed replace this line by `jlpm dev --no-occ-build`
26
38
# Rebuild extension Typescript source after making changes
27
39
jlpm run build
28
40
41
+
29
42
You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.
0 commit comments