About 67,800 results
Open links in new tab
  1. Change IPython/Jupyter notebook working directory

    Mar 28, 2013 · When I open a Jupyter notebook (formerly IPython) it defaults to C:\\Users\\USERNAME. How can I change this so to another location?

  2. How to change working directory in Jupyter Notebook?

    Feb 27, 2016 · I couldn't find a place for me to change the working directory in Jupyter Notebook, so I couldn't use the pd.read_csv method to read in a specific csv document. Is there any way …

  3. How to change the Jupyter start-up folder - Stack Overflow

    JupyterLab >= 3, Jupyter Notebook Classic, and RetroLab For recent nbclassic and JupyterLab >= 3 use c.ServerApp.root_dir instead of c.NotebookApp.notebook_dir (and jupyter server - …

  4. How to obtain Jupyter Notebook's path? - Stack Overflow

    Aug 31, 2018 · This way I could save/use files in the same path as the notebook without worrying about where it got saved. Right now my solution is to put the following code on top but …

  5. How to set the running file path of jupyter in VScode?

    Apr 3, 2019 · By default we follow the VSCode pattern of working directory as opposed to the Jupyter pattern. Meaning that we use the root of the currently open workspace folder as the …

  6. Default notebooks' directory for Jupyter launched from Anaconda ...

    8 I use Anaconda Navigator to launch Jupyter from different environments. The default directory for Jupyter notebooks (displayed just after the start of Jupyter) is my home directory (in …

  7. Change Jupyter notebook working directory - Stack Overflow

    Nov 17, 2019 · 0 In the terminal use cd to go in to the respective directory. Once there, type "jupyter notebook" in the terminal. This should open the notebook in that directory. And to …

  8. How to change Jupyter lab Working Directory? - Stack Overflow

    Oct 23, 2021 · Jupyter notebook But when the OP created / saved the new Notebook file, it was saved to the Windows / system 32 folder - definitely not a location where anyone wants to …

  9. python - Current working directory for jupyter notebook sets to …

    Dec 6, 2019 · I'm trying to set current working directory (CWD) to edited file location for Jupyter Notebook in VS Code. I use ${fileDirname} in python.dataScience.notebookFileRoot setting. …

  10. How to navigate to a different directory in Jupyter Notebook?

    Oct 15, 2017 · 101 Default root of the Jupyter explorer is the current location (directory) where you start the Jupyter server. With the explorer, you can only navigate to all levels of the …