Linked Questions
17 questions linked to/from Change IPython/Jupyter notebook working directory
3
votes
1
answer
30k
views
How to open Jupyter notebook files located in C./D./ Drive? [duplicate]
I am trying to open python files located in my C. Drive, but cannot reach there, as I can only open files located in Desktop or other files.
548
votes
39
answers
1.1m
views
How to change the Jupyter start-up folder
I tried following the instructions given on the Jupyter Notebook documentation.
Unfortunately, I haven't been able to figure it out. Where exactly is this "start in" field?
I've a windows 7 (64 bit) ...
20
votes
8
answers
82k
views
Change anaconda ipython main directory
I've jus installed anaconda and I see that it wants me to save my documents in my documents/python scripts
But I'd rather save everything in my dropbox for easy backups. But I also want to be able to ...
14
votes
5
answers
19k
views
OS X bash: dirname
I want to create a simple bash script to launch a Java program on OS X. The names of the file, the file path, and the immediate working folder all contain spaces. When I do this:
#!/bin/sh
cd `...
5
votes
2
answers
6k
views
How to start Jupyter Lab in current directory without changing defaults?
I have a default directory for my Jupyter Notebooks, and I put it in the Jupyter settings. So by default jupytr lab command starts my Jupyter where I need it to start.
However, sometimes I work on ...
2
votes
3
answers
8k
views
Setting the working directory of IPython Shell to that of the python file being executed in Canopy
I am new to IPython and I am using the Canopy distribution. The default value of the shell's working directory is /home/username. This is a bit painful, when I work on files which need other files ...
2
votes
1
answer
12k
views
Find the default local Jupyter directory
I need the location of jupyter's local directory to use in another script. For example, when starting jupyter, the console prints:
> Serving notebooks from local directory: C:\Users\PC\Documents
...
1
vote
1
answer
8k
views
anaconda iPython notebook default notebook directory - Mac OSX
Running Conda Version: 3.7.3 on osx64
i'm trying to change the default directory that iPythonNotebook opens in from /users/me to /some/other/directory. I have tried editing c.FileNotebookManager....
1
vote
1
answer
4k
views
I get error , cannot import from file helper
Please help, I get the error below running jupyter notebook.
import numpy as np
import pandas as pd
from helper import boston_dataframe
np.set_printoptions(precision=3, suppress=True)
Error:
...
2
votes
2
answers
3k
views
Changing Jupyter Notebook start up folder by modifying "start in" not working any more
I used to be able to change the default start up folder for Jupyter (the folder Jupyter displays in browser when it was first started) by modifying the "start in" option of the Notebook launch icon's ...
1
vote
3
answers
2k
views
How to make jupyter start in current directory by default (in cmd.exe)?
In Windows 10 cmd.exe I can start jupyter in a current directory by following command:
jupyter notebook --notebook-dir="."
The current directory is C:\Users\Евгений\Documents\GitHub\sandbox
However, ...
0
votes
0
answers
4k
views
How to change the working directory in Jupyter Notebook?
I'm a beginner in Python Programming and I'm currently using the Anaconda Individual Edition on my MacBook.
How to change the permanent working directory for Jupyter Notebook?
0
votes
4
answers
2k
views
Save IPython file to a particular directory
I am currently working on a machine learning project, and I would like to save my IPython files with the rest of my scripts. However, I have been unable to find any information on how to change the ...
0
votes
1
answer
1k
views
ipython notebook - uploading from and saving to subdirectories?
Change IPython working directory
Inserting image into IPython notebook markdown
Hi, I've read the two above links, and the second link seems most relevant. what the person describes - simply calling ...
2
votes
0
answers
886
views
Change path in every IPython notebook
I would like to change the path for every notebook that is loaded for an IPython profile. I have the following directory structure on Mac OS X:
/Users/user/project
├── main.py
├── reqs
├── notebooks
├...