Skip to content

Commit

Permalink
better watch example
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Oct 18, 2022
1 parent 923031d commit d787373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Auto-detection for will be applied to blocks without language designators. Runme
Run in the background, great for compilers/bundler with file watchers.

```sh { background=true }
ls -al #some executable command here
npx tsc --watch
```

Notebook cells will launch a task inside of the terminal panel by default to allow for user-input. However, if code blocks do not require user interactivity it is possible to run them inline.
Expand Down

0 comments on commit d787373

Please sign in to comment.