“Otwórz notebook Jupyter w folderze” Kod odpowiedzi

Otwórz notebook Jupyter w folderze

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

Ustaw katalog główny podczas uruchamiania notebooków 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

Otwórz notebook Jupyter w folderze

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

Odpowiedzi podobne do “Otwórz notebook Jupyter w folderze”

Pytania podobne do “Otwórz notebook Jupyter w folderze”

Więcej pokrewnych odpowiedzi na “Otwórz notebook Jupyter w folderze” w Python

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu