Skip to content

mirage007/rtconsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

copy rtconsole.py into you project, and include on top of your main script:

from rtconsole import start_console
start_console(locals())

You can give it any dictionary instead of locals() if you prefer, however globals() may not work.

About

runtime console using ipython

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages