Skip to content

Make cell execution aware of previous cells #1

Description

@egolep

Maybe it is already possible or maybe it is not even planned or wanted, but I was wondering if there is a way to make different code cells aware of each other.
For example, if my first code cell is:

@code python
a = 3
@end

and the second is:

@code python
print(a)
@end

The second cell, when executed, actually prints a = 3 instead of returnin an error saying that a does not exist.

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