pythonjupyter-notebook

Automatically display assignments in Jupyter Notebooks


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


Solution

  • Would the Variable Inspector extension work for you?

    Looks something like this..

    Jupyter Notebook with showing the Variable Inspector tab