Skip to content

Commit ae3f2a6

Browse files
mlucoolfcollonval
andauthored
Update readme for watch mode (#535)
* Update readme for watch mode * Updated README per review feedback * Update README.md Co-Authored-By: Frédéric Collonval <[email protected]> Co-authored-by: Frédéric Collonval <[email protected]>
1 parent 14a4e9a commit ae3f2a6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,16 @@ jlpm run build
120120
jupyter lab build
121121
```
122122

123+
Or start jupyter in watch mode:
124+
```bash
125+
jupyter lab --watch
126+
```
127+
And in a separate session, start this project in watch mode:
128+
```bash
129+
jlpm run watch
130+
```
131+
Now every change will be built locally then bundled into Jupyter Lab. Refresh the page after any save to see your change (note: you'll need to wait for webpack to finish, which can take 10s+ at times).
132+
123133
To execute the tests
124134
125135
```bash

0 commit comments

Comments
 (0)