Show More
@@ -1,9 +1,4 b'' | |||
|
1 | 1 | """MagicHelper - dockable widget showing magic commands for the MainWindow |
|
2 | ||
|
3 | ||
|
4 | Authors: | |
|
5 | ||
|
6 | * Dimitry Kloper | |
|
7 | 2 | """ |
|
8 | 3 | |
|
9 | 4 | # Copyright (c) IPython Development Team. |
@@ -2,17 +2,6 b'' | |||
|
2 | 2 | |
|
3 | 3 | This is a tabbed pseudo-terminal of IPython sessions, with a menu bar for |
|
4 | 4 | common actions. |
|
5 | ||
|
6 | Authors: | |
|
7 | ||
|
8 | * Evan Patterson | |
|
9 | * Min RK | |
|
10 | * Erik Tollerud | |
|
11 | * Fernando Perez | |
|
12 | * Bussonnier Matthias | |
|
13 | * Thomas Kluyver | |
|
14 | * Paul Ivanov | |
|
15 | ||
|
16 | 5 | """ |
|
17 | 6 | |
|
18 | 7 | # Copyright (c) IPython Development Team. |
@@ -2,17 +2,6 b'' | |||
|
2 | 2 | |
|
3 | 3 | This is not a complete console app, as subprocess will not be able to receive |
|
4 | 4 | input, there is no real readline support, among other limitations. |
|
5 | ||
|
6 | Authors: | |
|
7 | ||
|
8 | * Evan Patterson | |
|
9 | * Min RK | |
|
10 | * Erik Tollerud | |
|
11 | * Fernando Perez | |
|
12 | * Bussonnier Matthias | |
|
13 | * Thomas Kluyver | |
|
14 | * Paul Ivanov | |
|
15 | ||
|
16 | 5 | """ |
|
17 | 6 | |
|
18 | 7 | # Copyright (c) IPython Development Team. |
General Comments 0
You need to be logged in to leave comments.
Login now