0

Is there any kind of Jupyter magic to automatically echo/display/print assignments (like in Matlab):

Matlab example

It feels like such a waste of time to always have to do something like:

Python example

  • Does this answer your question? [IPython Notebook display every line output without print](https://stackoverflow.com/q/31764006/6045800) – Tomerikoo Mar 27 '22 at 17:18
  • Tomerikoo, I am afraid [this](https://stackoverflow.com/q/31764006/6045800) is not what I am looking for. I would still have to explicitly access every single variable. – Jörg J. Buchholz Mar 27 '22 at 17:30

1 Answers1

1

Would the Variable Inspector extension work for you?

Looks something like this..

Jupyter Notebook with showing the Variable Inspector tab

TonyV
  • 401
  • 4
  • 5