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
%%cython
%%cpp
bash
jupyter notebook
$ python setup.py develop
setuptools
import os import sys sys.path.append( os.path.abspath( os.path.join(os.path.dirname(__file__), os.pardir, <custom magic>) ) )
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
kangwonlee/2018pycpp#34
kangwonlee
No branches or pull requests
Motivation
%%cython
%%cpp
Need more info
How to write a magic command?
bash
commands?How to make it easy to deploy?
jupyter notebook
?How to test the magic command?
setuptools
would enable testing, hopefully easily.Where to put the custom magic command?
setuptools
would deal with this problem tooThe text was updated successfully, but these errors were encountered: