“Open Jupyter Notebook em uma pasta” Respostas de código

Open Jupyter Notebook em uma pasta

jupyter notebook --notebook-dir=D:\
Real Reindeer

Defina o diretório raiz ao iniciar notebooks Jupyter

# 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'
Charles-Alexandre Roy

Open Jupyter Notebook em uma pasta

use this line: 
jupyter lab --notebook-dir=D:/
Real Reindeer

Respostas semelhantes a “Open Jupyter Notebook em uma pasta”

Perguntas semelhantes a “Open Jupyter Notebook em uma pasta”

Mais respostas relacionadas para “Open Jupyter Notebook em uma pasta” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código