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 :: python remove duplicates from a list 
Python :: plot horizontal line in python 
Python :: pyspark correlation 
Python :: grassmann formula 
Python :: forbidden (csrf cookie not set.) django rest framework 
Python :: openpyxl change sheet name 
Python :: py insert char at index 
Python :: normalize rows in matrix numpy 
Python :: python not null 
Python :: encrypt and decrypt python 
Python :: plot bounds python 
Python :: micropython network 
Python :: use python type hint for multiple return values 
Python :: remove n string 
Python :: how to get key and value from json array object in python 
Python :: change plot size matplotlib python 
Python :: python to golang 
Python :: get path of notebook 
Python :: how to play mp3 audio in python 
Python :: python pandas convert comma separated number string to integer list 
Python :: python iterate over multidimensional dictionary 
Python :: python des 
Python :: countplot in pandas 
Python :: sample datafra,e PYTHON 
Python :: how to check which python version is installed 
Python :: how to reverse a list in python 
Python :: mount drive google colab 
Python :: django RetrieveUpdateDestroyAPIView 
Python :: python requests cookies 
Python :: difference between sort and sorted 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =