See “Created Date” and “Last Updated” in Jupyter's Notebook

I wonder if there is a way to add the “creation date” and “updated date” columns in the Jupyter Notebook file viewer (i.e., “Home” - http: // localhost: 8888 / tree ).

+6
source share
1 answer

They work on a function:

https://github.com/jupyter/notebook/pull/943

It will be available in version 5.0.

+2
source

All Articles