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
@@ -82,7 +82,7 @@ The commands can also be run from the browser console (for example during develo
82
82
83
83
First JupyterLab needs to be started with the `--expose-app-in-browser` flag to expose `window.jupyterapp`:
84
84
85
-
```
85
+
```bash
86
86
jupyter lab --expose-app-in-browser
87
87
```
88
88
@@ -138,6 +138,17 @@ The extension provides two diff viewing strategies:
138
138
139
139
-**Unified diff** (`unified-cell-diff`/`unified-file-diff`): Uses CodeMirror's `unifiedMergeView`. Displays changes in a single unified view with added/removed lines clearly marked. Can be used for both cell diffs and regular file diffs.
140
140
141
+
## Contributing
142
+
143
+
We welcome contributions from the community! To contribute:
144
+
145
+
- Fork the repository
146
+
- Make a development install of jupyterlab-diff
147
+
- Create a new branch
148
+
- Make your changes
149
+
- Submit a pull request
150
+
For more details, check out our [CONTRIBUTING.md](https://github.com/jupyter-ai-contrib/jupyterlab-diff?tab=contributing-ov-file#contributing).
0 commit comments