mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
docs: Remove extra backtick within repl docs (#14611)
This commit is contained in:
parent
4feb994ad8
commit
738d079aa7
@ -61,9 +61,9 @@ 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. Note that only
|
||||
If you have `jupyter` installed, you can run `juptyer kernelspec list` to see the available kernels.
|
||||
|
||||
````
|
||||
```
|
||||
$ jupyter kernelspec list
|
||||
Available kernels:
|
||||
ark /Users/z/Library/Jupyter/kernels/ark
|
||||
@ -86,6 +86,8 @@ Available kernels:
|
||||
python3 /Users/z/.pyenv/versions/miniconda3-latest/share/jupyter/kernels/python3
|
||||
```
|
||||
|
||||
You must run `python -m ipykernel install --user` to install the kernel.
|
||||
|
||||
## Language specific instructions
|
||||
|
||||
### Python {#python}
|
||||
|
Loading…
Reference in New Issue
Block a user