Skip to content

Commit 947c16e

Browse files
prabhakk-mwkrisctl
authored andcommitted
Fixes broken link to kernelspec.py in the troubleshooting documentation.
1 parent 382cd00 commit 947c16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

troubleshooting/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ jupyter lab
4444

4545
## Jupyter Kernelspec Installation Utility
4646

47-
The MATLAB Integration _for Jupyter_ package in this repository includes a [kernelspec installation utility](/jupyter-matlab-proxy/src/jupyter_matlab_kernel/kernelspec.py). When you install the package, the default kernelspec uses the Python executable it finds on your system PATH. However, this executable might be different from the one in the Python environment where you install the package. To correct this, the kernelspec utility modifies the kernelspec to match the correct Python executable.
47+
The MATLAB Integration _for Jupyter_ package in this repository includes a [kernelspec installation utility](/src/jupyter_matlab_kernel/kernelspec.py). When you install the package, the default kernelspec uses the Python executable it finds on your system PATH. However, this executable might be different from the one in the Python environment where you install the package. To correct this, the kernelspec utility modifies the kernelspec to match the correct Python executable.
4848

4949
To use the kernelspec installation utility, run the following command in the terminal:
5050

0 commit comments

Comments
 (0)