Commit fdb13b6
committed
Merged PR posit-dev/positron-python#114: Add ipython magics
Merge pull request #114 from posit-dev/magic-viewer
--------------------
Commit message for posit-dev/positron-python@6bab2da:
add all requirements from positron_jedilsp
--------------------
Commit message for posit-dev/positron-python@7f92125:
add pygls to build requirements
--------------------
Commit message for posit-dev/positron-python@38571ec:
Merge branch 'main' into magic-viewer
--------------------
Commit message for posit-dev/positron-python@c01c112:
add build requirements
--------------------
Commit message for posit-dev/positron-python@41122f6:
linting
--------------------
Commit message for posit-dev/positron-python@2ae5dd5:
add beginning of tests
These tests run an ipython kernel with a magic registered. They will
check to see if the %view magic exists and not error on run for pandas
dataframes and expressions. It will also check that a TypeError is
thrown if an incorrect type is used.
--------------------
Commit message for posit-dev/positron-python@934b395:
changes from suggestions
--------------------
Commit message for posit-dev/positron-python@194754a:
Apply suggestions from code review
Co-authored-by: Wasim Lorgat <[email protected]>
--------------------
Commit message for posit-dev/positron-python@495b2b3:
linting
--------------------
Commit message for posit-dev/positron-python@067e02d:
add ipython ViewerMagic
Create a linemagic that ingests user input and opens up in DataViewer tab
Authored-by: Isabel Zimmerman <[email protected]>
Signed-off-by: Isabel Zimmerman <[email protected]>view
1 parent 8e57b74 commit fdb13b6
File tree
4 files changed
+85
-2
lines changed- extensions/positron-python
- build
- pythonFiles
- positron
- tests
4 files changed
+85
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
| 37 | + | |
33 | 38 | | |
| 39 | + | |
34 | 40 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
Lines changed: 35 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| 81 | + | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| |||
358 | 361 | | |
359 | 362 | | |
360 | 363 | | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
Lines changed: 43 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
0 commit comments