-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I currently see xeus-cling
suporting few magics (https://xeus-cling.readthedocs.io/en/latest/magics.html)
- %%file
- %%timeit
- %%executable
I think %%file
through os.hpp/os.cpp
should work right off the bat, so that can be enabled here
Line 407 in 381f05d
// preamble_manager["magics"].get_cast<xmagics_manager>().register_magic("file", writefile()); |
These should be supported through a plugin system eventually I think (#140)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request