Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit f0fd3a7

Browse files
committed
Fix a typo
1 parent 52b849c commit f0fd3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import neptyne_kernel.neptyne_api as nt
3131
You can configure the Neptyne kernel to run in a Jupyter notebook, and connect it to a Google sheet. To do so, first install the Neptyne kernel spec:
3232

3333
```shell
34-
$neptyne_kernel_spec=$(python -c 'import neptyne_kernel, pathlib; print(pathlib.Path(neptyne_kernel.__file__).parent / "kernel_spec" / "neptyne")')
34+
neptyne_kernel_spec=$(python -c 'import neptyne_kernel, pathlib; print(pathlib.Path(neptyne_kernel.__file__).parent / "kernel_spec" / "neptyne")')
3535
jupyter kernelspec add $neptyne_kernel_spec
3636
```
3737

0 commit comments

Comments
 (0)