Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
micoloth committed Mar 3, 2024
1 parent 60b8a4a commit 43b2e9b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,20 @@ There are 2 ways of doing this in `reactive-jupyter`:
```

will be joined into a single block, and will be propagated as expected.


# Advanced Usage:

If you want to jump right into the action with a single click, these commands are also exposed:

- `reactive-jupyter.initialize-and-sync-downstream`
- `reactive-jupyter.initialize-and-sync-upstream`
- `reactive-jupyter.initialize-and-sync-upstream-and-downstream`
- `reactive-jupyter.initialize-and-sync-all`
- `reactive-jupyter.initialize-and-sync-current`

These will initialize the extension if it was inactive, and immediatly start running code, hence saving you a step. Feel free to bind them to your favorite shortcuts.



Furthermore: if after a while the Codelenses start getting annoying, you can disable them with the `reactive-jupyter.showCodelenses` setting.

0 comments on commit 43b2e9b

Please sign in to comment.