“Откройте ноутбук Jupyter в папке” Ответ

Откройте ноутбук Jupyter в папке

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

Установите корневой каталог при запуске записных книг 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

Откройте ноутбук Jupyter в папке

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

Ответы похожие на “Откройте ноутбук Jupyter в папке”

Вопросы похожие на “Откройте ноутбук Jupyter в папке”

Больше похожих ответов на “Откройте ноутбук Jupyter в папке” по Python

Смотреть популярные ответы по языку

Смотреть другие языки программирования