mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 10:42:08 +00:00
docs: Fix jupyter spelling in the command jupyter kernelspec list (#14694)
jupyter was spelled wrong in the repl docs Release Notes: - N/A
This commit is contained in:
parent
457da7b27c
commit
ca2976559e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Assign kernels by name to languages in your `settings.json`.
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
If you have `jupyter` installed, you can run `juptyer kernelspec list` to see the available kernels.
|
If you have `jupyter` installed, you can run `jupyter kernelspec list` to see the available kernels.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ jupyter kernelspec list
|
$ jupyter kernelspec list
|
||||||
|
|
Loading…
Reference in a new issue