Skip to content

Commit cda15ed

Browse files
docs
1 parent fe387ff commit cda15ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jupyter lab --port 8888 --IdentityProvider.token MY_TOKEN --ip 0.0.0.0
3838
To use this with Claude Desktop, add the following to your claude_desktop_config.json:
3939

4040
> [!IMPORTANT]
41-
> Ensure the port and token match those used in the `jupyter lab` command.
41+
> Ensure the port of the `SERVER_URL`and `TOKEN` match those used in the `jupyter lab` command.
4242
> The `NOTEBOOK_PATH` should be relative to the directory where JupyterLab was started.
4343

4444
### MacOS and Windows
4545

46-
```
46+
```json
4747
{
4848
"mcpServers": {
4949
"jupyter": {
@@ -72,7 +72,7 @@ To use this with Claude Desktop, add the following to your claude_desktop_config
7272

7373
### Linux
7474

75-
```
75+
```json
7676
{
7777
"mcpServers": {
7878
"jupyter": {

0 commit comments

Comments
 (0)