Skip to content

Support all magics available in xeus-cling #176

@anutosh491

Description

@anutosh491

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

// 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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions