aws sagemaker is it possible to recover deleted notebooks on instance
select
sessions.session, sessions.start, sessions.end, history.source
from sessions
join history using (session)
where
start > 'your_start_date' and start < 'your_end_date';