mrzv / saturn

plain-text Python notebooks with checkpointing
Other
6 stars 0 forks source link

"_" not working #3

Closed Eloitor closed 11 months ago

Eloitor commented 11 months ago

In a python repl, after executing something like 3. I can execute _ to get the last value, in this case 3.

In saturn-notebook I get the following error: NameError: name '_' is not defined.

mrzv commented 11 months ago

This should be fixed now on master.

Eloitor commented 11 months ago

It works, thank you!