Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Data Science by (18.4k points)

I am new to jupyter and I have noticed that the default location is 

C:\Users\USERNAME

I want to change the location because my c drive is filled.

Is it possible?

1 Answer

0 votes
by (36.8k points)

Use the below code which would help you:

jupyter notebook --help-all

--notebook-dir=<Unicode> (NotebookManager.notebook_dir)

    Default: u'/Users/me/ipynbs'

    The directory to use for notebooks.

Example:

jupyter notebook --notebook-dir=/Users/yourname/folder1/folder2/

A reminder to you is that when you do this not only path gets completely changed even the setup variable will relocate. The new path will be the default setup location.

If you want to know more about the Data Science then do check out the following Data Science which will help you in understanding Data Science from scratch

Browse Categories

...