Show More
@@ -1,10 +1,5 b'' | |||
|
1 | 1 | # -*- coding: utf-8 -*- |
|
2 | """ | |
|
3 | %store magic for lightweight persistence. | |
|
4 | ||
|
5 | Stores variables, aliases etc. in PickleShare database. | |
|
6 | ||
|
7 | $Id: iplib.py 1107 2006-01-30 19:02:20Z vivainio $ | |
|
2 | """ %env magic command for storing environment variables persistently | |
|
8 | 3 | """ |
|
9 | 4 | |
|
10 | 5 | import IPython.ipapi |
General Comments 0
You need to be logged in to leave comments.
Login now