Saltar al contenido

abrir una ruta de cuaderno de jupyter a través del ejemplo de código de cuaderno de jupyter

Ejemplo 1: abrir cuaderno jupyter

jupyter notebook

Ejemplo 2: establecer el directorio raíz al iniciar los cuadernos 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'
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *