Skip to content

Commit f7594c5

Browse files
committed
Add example configuration file
1 parent 0272afc commit f7594c5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

jupyter-lite.json.example

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"jupyter-lite-schema-version": 0,
3+
"jupyter-config-data": {
4+
"litePluginSettings": {
5+
"@r-wasm/webr-kernel-extension:kernel": {
6+
"baseUrl": "https://example.com/webr/v0.0.0/",
7+
"repoUrl": "https://r-lib.r-universe.dev/"
8+
}
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)