8000 Jupyter seems to only print out the last out of all cells · Issue #194 · tkf/emacs-ipython-notebook · GitHub
[go: up one dir, main page]

Skip to content

Jupyter seems to only print out the last out of all cells #194

@sirtosti

Description

@sirtosti

in this small python code , only the last result is output when use "Ctrl + enter" or cell-->"run all"

here is the little code:

"alphabetical".isupper()
"alphabetical".islower()
"alphabetical".istitle()
"alphabetial".isdigit()

False -----So, this line is the output of "alphabetial".isdigit()" and it didn't execute the other three.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0