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
You need to rebuild the JS when you make a code change:
115
+
If you use JupyterLab to develop then 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 widget.
116
116
117
117
```bash
118
-
cd js
118
+
# Watch the source directory in one terminal, automatically rebuilding when needed
119
119
yarn run watch
120
+
# Run JupyterLab in another terminal
121
+
jupyter lab
120
122
```
121
123
122
124
After a change wait for the build to finish and then refresh your browser and the changes should take effect.
0 commit comments