We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_matlab()
lru_cache might not work as expected with ipykernel?
lru_cache
ipykernel
# lib.py def some_function(): import spm12 eng = spm12.get_matlab() ...
# ipython In[*]: import lib In[*]: lib.some_function() In[*]: import spm12 In[*]: spm12.get_matlab() # error: cannot find matlab session
The text was updated successfully, but these errors were encountered:
casperdcl
No branches or pull requests
lru_cache
might not work as expected withipykernel
?The text was updated successfully, but these errors were encountered: