My biggest pet peeve of using #jupyternotebook (coming from #rstats / #rstudio ) is that you can't see all the dataframes that you have either loaded or have wrangled and created in this session.
It is a big positive of using RStudio. You can quickly take a glance or scroll through if needed.
Is there a way to do this in Jupyter Notebook?
@gmschroe Thanks! This looks promising.