Skip to content

Simple version of IPython's rmagic, suitable for use outside IPython (rmagic2 wrapper)

Notifications You must be signed in to change notification settings

rmcgibbo/simpler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple version of ipython's rmagic, suitable for use outside ipython.

Examples
--------

```
from simpler import r
r.push(a=10, b=20)
r.eval('print(a)')
print r.get(b)
```

About

Simple version of IPython's rmagic, suitable for use outside IPython (rmagic2 wrapper)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages