Answers for "jupyter notebook in d drive"

4

open jupyter notebook d drive

jupyter notebook --notebook-dir=D:/
Posted by: Guest on March-12-2021
2

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'
Posted by: Guest on September-10-2020

Code answers related to "jupyter notebook in d drive"

Browse Popular Code Answers by Language