Skip to content

Conversation

@jmcphers
Copy link
Collaborator

This change hoists the busy/idle state from the status message layer up to the runtime state layer for all runtimes that sit on top of the Jupyter Adapter (which is currently all of them except for Zed, which already has emitters).

@jmcphers jmcphers requested a review from softwarenerd January 24, 2023 00:33
@jmcphers jmcphers merged commit 277ba05 into main Jan 24, 2023
@wesm wesm deleted the feature/busy-idle-state branch March 15, 2024 18:22
wesm pushed a commit that referenced this pull request Mar 28, 2024
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 <mwlorgat@gmail.com>
--------------------
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 <isabel.zimmerman@rstudio.com>
Signed-off-by: Isabel Zimmerman <isabel.zimmerman@rstudio.com>
wesm pushed a commit that referenced this pull request Mar 28, 2024
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 <mwlorgat@gmail.com>
--------------------
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 <isabel.zimmerman@rstudio.com>
Signed-off-by: Isabel Zimmerman <isabel.zimmerman@rstudio.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants