Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

set the root directory when starting jupyter notebooks

# To change the Jupyter Notebooks startup directory:
1. From the command line (shell) run: jupyter notebook --generate-config
2. View the config file at: ~/.jupyter/jupyter_notebook_config.py
3. Change the line: c.NotebookApp.notebook_dir = '' to
	c.NotebookApp.notebook_dir = '/path/to/desired/startup/directory'
Comment

PREVIOUS NEXT
Code Example
Python :: swap keys and values in dictionary python 
Python :: python install package from code 
Python :: count how many duplicates python pandas 
Python :: how to make turtle invisible python 
Python :: exclude columns pandas 
Python :: python add titles to subplots 
Python :: python console animation 
Python :: how to get distinct value in a column dataframe in python 
Python :: split string in the middle python 
Python :: type of type is equal to type 
Python :: linear search in python 
Python :: how to get all links from a website python beautifulsoup 
Python :: pygame change color mouse hover 
Python :: How do you sum consecutive numbers in Python? 
Python :: remove negative numbers from list python 
Python :: counter in sort python 
Python :: sort python dictionary by date 
Python :: drop columns pandas 
Python :: matplotlib histogram 
Python :: select python version ubuntu 
Python :: how to convert column to index in pandas 
Python :: text adventure in python 
Python :: create pyspark session with hive support 
Python :: string array to float array python 
Python :: built in functions python 
Python :: python ceiling 
Python :: python for looop array value and index 
Python :: selenium close browser 
Python :: python nCr n choose r function 
Python :: python print to terminal with color 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =