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
I currently see xeus-cling suporting few magics (https://xeus-cling.readthedocs.io/en/latest/magics.html)
xeus-cling
I think %%file through os.hpp/os.cpp should work right off the bat, so that can be enabled here
%%file
os.hpp/os.cpp
xeus-cpp/src/xinterpreter.cpp
Line 407 in 381f05d
These should be supported through a plugin system eventually I think (#140)
The text was updated successfully, but these errors were encountered:
Just framed some dummy code for %%timeit (untested ... somebody could pick it up and test it)
%%timeit
https://gist.github.com/anutosh491/8ef8fddac545acfad05039164679ecf4
Sorry, something went wrong.
No branches or pull requests
I currently see
xeus-cling
suporting few magics (https://xeus-cling.readthedocs.io/en/latest/magics.html)I think
%%file
throughos.hpp/os.cpp
should work right off the bat, so that can be enabled herexeus-cpp/src/xinterpreter.cpp
Line 407 in 381f05d
These should be supported through a plugin system eventually I think (#140)
The text was updated successfully, but these errors were encountered: