How to access Anaconda Jupyter notebook after logging in from a previous learning period or day?
I’m not sure if it was saved in the Anaconda iCloud, which might be the problem for me, even to launch a new Anaconda Jupyter Notebook. Whenever I launch a new Anaconda Jupyter Notebook, it takes me to Anaconda JupyterLab instead.
Hey @MANSARAY,
The main thing to make sure is that you’re logging into the same account each time. If you sign in with Social sign in, then you’ll need to check which emails those are using. If you want to check which emails are associated with the account you’re on, feel free to drop me a DM on here or an email at [email protected]
In terms of Jupyter Notebook v JupyterLab, you’re right that by default it will take you to JupyterLab. You can either edit the URL from:
https://nb.anaconda.com/jupyterhub/user/bb96fde6-dad51e736daf/lab
to:
https://nb.anaconda.com/jupyterhub/user/bb96fde6-dad51e736daf/tree
Or from any notebook, you can click the Notebook icon from any ipynb file in JupyterLab to open Notebook view.

Hope that helps and feel free to book 30 mins on my calendar to check how things work if that would be helpful. https://calendar.app.google/Ctf55hHtX9jPXgWb6
Thanks,
Jack
Thank you, JackEvan. I’m going to try the method you’ve shared with me. I truly appreciate your response and assistance. Although I’ve never been into coding before, I’m enjoying it so far. If this support continues, I believe I will excel in this course. Thank you once again!