Skip to content

Commit d6be9b6

Browse files
zainh-mwPrabhakar Kumar
authored andcommitted
Updates note in the README for MAGICs.
1 parent 739b1b1 commit d6be9b6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/jupyter_matlab_kernel/magics/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ In a notebook cell you can define MATLAB functions that are scoped to that cell.
6161
disp(addition)
6262
```
6363
64-
Note: to use your function in MATLAB, remember to set your MATLAB search path to the folder containing your notebook. For more information on setting the search path, see [Change Folders on Search Path](https://www.mathworks.com/help/matlab/matlab_env/add-remove-or-reorder-folders-on-the-search-path.html).
65-
66-
67-
64+
Note: to use your function in MATLAB, remember to add the Jupyter notebook folder to the MATLAB path.
6865
6966
---
7067

0 commit comments

Comments
 (0)