Skip to content

Commit 06ef221

Browse files
authored
Add a small FAQ
1 parent f0ca188 commit 06ef221

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,10 @@ make watch-lab
9898
Keep an eye on the terminal running `watch-src` for TypeScript build errors.
9999
Keep an eye on the terminal running `watch-lab` to know when to refresh your
100100
browser. Quit and re-run the `make watch-lab` command any time you make
101-
changes to the **server** extension.
101+
changes to the **server** extension.
102+
103+
## FAQ
104+
105+
*Does this belong in JupyterLab?*
106+
107+
Maybe. To start, I wanted to do some hacking and it's easiest to do that in a small, independent repo. Putting this feature into JupyterLab-proper requires making the server-side portion work with `ContentManagers` that are not based on the local filesystem. That change might require a new `ContentManager` API since walking the file hierarchy via HTTP calls is pretty heavyweight. Python/TypeScript tests are also required.

0 commit comments

Comments
 (0)