Skip to content

Connecting IPython console to notebook #3766

Closed Answered by seeM
AJajodia asked this question in Q&A
Discussion options

You must be logged in to vote

Variables aren't currently shared between the console session and a notebook session.

The console is intended to be used with ordinary Python scripts. You can press Cmd+Enter (or Ctrl+Enter) to execute the statement under the cursor in the console and advance through a script. You can also add # %% markers to denote "cells" in your scripts, and advance through those with Shift+Enter.

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@seeM
Comment options

seeM Jul 2, 2024
Collaborator

@AJajodia
Comment options

@seeM
Comment options

seeM Jul 2, 2024
Collaborator

@ntluong95
Comment options

@seeM
Comment options

seeM Jul 2, 2024
Collaborator

Answer selected by AJajodia
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