You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
Hello!
I want to ask, if it is possible to load the snippets in *.ipynb files?
Im running an Matlab_Kernel in Jupyter Notebook, and it would be nice to edit the extension to load in *.ipynb files instead of only in *.m files.
I know that it would load if I would use python in *.ipynb, but im currently only working with Matlab.
Optimal would be an entry which I can edit if I want to use Python/Matlab.
I dont know how to edit the extension-file to let the snippets load in that *.ipynb file-extension.
Thanks!
The text was updated successfully, but these errors were encountered:
No, Im already running an Matlab_Kernel inside an Jupyter Notebook in Vscode.
My question was, if it is possible to load your extension also with *.ipynb file-types.
For *.m files, the extension offer all snippets, but I want them also in *.ipynb files.
How do I activate the Snippets-Extension on other-filetypes too?
It is not possible to use user snippets in the Jupyter extension (yet), you can however use interactive python. When you write # %% in a normal .py file this is like opening a new Jupyter cell. You can convert a Jupyter notebook into a python file and it will use interactive python. There you will be able to use your snippets.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello!
I want to ask, if it is possible to load the snippets in *.ipynb files?
Im running an Matlab_Kernel in Jupyter Notebook, and it would be nice to edit the extension to load in *.ipynb files instead of only in *.m files.
I know that it would load if I would use python in *.ipynb, but im currently only working with Matlab.
Optimal would be an entry which I can edit if I want to use Python/Matlab.
I dont know how to edit the extension-file to let the snippets load in that *.ipynb file-extension.
Thanks!
The text was updated successfully, but these errors were encountered: