Skip to content
New issue

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

Cannot do %history #8

Open
ghost opened this issue Jun 1, 2015 · 3 comments
Open

Cannot do %history #8

ghost opened this issue Jun 1, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented Jun 1, 2015

hi!

Thanks for writing this. Am new to javascript. I used to do history in ipython python kernel and get all recent commands I executed. When I try this out in your kernel:

In [20]: %history
> %history
series 1
Error: Unknown line magic: history
    at Context.lineMagic (/Users/sindhus/Downloads/package/build/context.js:96:21)
    at /Users/sindhus/Downloads/package/build/context.js:328:25
    at /Users/sindhus/Downloads/package/node_modules/async/lib/async.js:607:21
    at /Users/sindhus/Downloads/package/node_modules/async/lib/async.js:246:17
    at iterate (/Users/sindhus/Downloads/package/node_modules/async/lib/async.js:146:13)
    at async.eachSeries (/Users/sindhus/Downloads/package/node_modules/async/lib/async.js:162:9)
    at _asyncMap (/Users/sindhus/Downloads/package/node_modules/async/lib/async.js:245:13)
    at Object.mapSeries (/Users/sindhus/Downloads/package/node_modules/async/lib/async.js:228:23)
    at Object.async.series (/Users/sindhus/Downloads/package/node_modules/async/lib/async.js:605:19)
    at Context.execute (/Users/sindhus/Downloads/package/build/context.js:333:26)

Can you please fix this? Thank you.

@ghost
Copy link
Author

ghost commented Jun 1, 2015

I also can't seem to do %lsmagic to see all available magic functions.

@jaredly
Copy link
Member

jaredly commented Jun 1, 2015

Oh yeah, I haven't implemented those. I'll go ahead and do that

@crutchcorn
Copy link

It would also be nice to have %paste, which is what I wanted to use this project for

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants