Show More
@@ -1,10 +1,5 b'' | |||||
1 | # -*- coding: utf-8 -*- |
|
1 | # -*- coding: utf-8 -*- | |
2 | """ |
|
2 | """ %env magic command for storing environment variables persistently | |
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 $ |
|
|||
8 | """ |
|
3 | """ | |
9 |
|
4 | |||
10 | import IPython.ipapi |
|
5 | import IPython.ipapi |
General Comments 0
You need to be logged in to leave comments.
Login now