Skip to content

How to get a quick viewer update? #118

Answered by bernhard-42
njourdane asked this question in Q&A
Discussion options

You must be logged in to vote

You need a running python instance (kernel) in the background to keep the state alive.
Jupyter does this, you can call repeatedly other cells' code and it will leverage the already imported libs.
If you don't want to use Jupyter, you can use the jupyter-mode in VS Code or the ipython extension (hoangkimlai.ipython) which uses a running ipython terminal where it pastes code you want to run.

So the answer is, you need either a running kernel (jupyter or jupyter mode) or a running interpreter (ipython extension) to get quick updates.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jdegenstein
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by njourdane
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants