Linked Questions

3 votes
1 answer
30k views

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.
contemplator's user avatar
548 votes
39 answers
1.1m views

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) ...
kchak's user avatar
  • 8,072
20 votes
8 answers
82k views

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 ...
Coolcrab's user avatar
  • 2,723
14 votes
5 answers
19k views

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 `...
Dinah's user avatar
  • 54.3k
5 votes
2 answers
6k views

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 ...
queezz's user avatar
  • 1,932
2 votes
3 answers
8k views

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 ...
shahensha's user avatar
  • 2,141
2 votes
1 answer
12k views

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 ...
pylang's user avatar
  • 45.4k
1 vote
1 answer
8k views

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....
mark's user avatar
  • 557
1 vote
1 answer
4k views

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: ...
Irina's user avatar
  • 13
2 votes
2 answers
3k views

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 ...
George Liu's user avatar
  • 3,613
1 vote
3 answers
2k views

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, ...
Evgeny's user avatar
  • 4,581
0 votes
0 answers
4k views

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?
Kausik D's user avatar
0 votes
4 answers
2k views

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 ...
Alex's user avatar
  • 4,314
0 votes
1 answer
1k views

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 ...
user3314418's user avatar
  • 3,041
2 votes
0 answers
886 views

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 ├...
user1496984's user avatar
  • 11.7k

15 30 50 per page