How to upload a local file while working on Jupyter Notebook
Feb 18, 2021
Hello!
Many new-starters have this question. So, please find the steps below.
OS — Windows 10
Steps:
- First, identify the location of the directory
2. In another tab, click on the “Jupyter” logo on top left. You will be redirected to files
3. From the location we got from step #1, we now know that the folder which is being used is /home/jovyan/binder. Here you can create another folder (update URL accordingly) or you can just go in the binder folder. Upload the file that you would like to analyze here. Use the “Upload” button on the right hand size.
4. You can now use this path to use file for your analysis.
Tada!! Hope this helps new folks!
Thanks