Skip to content

Instantly share code, notes, and snippets.

@matog
Last active May 3, 2022 15:50
Show Gist options
  • Save matog/59a06bd830b36cdf7640c4cc2c080fc2 to your computer and use it in GitHub Desktop.
Save matog/59a06bd830b36cdf7640c4cc2c080fc2 to your computer and use it in GitHub Desktop.

Si no podemos acceder a la pagina inicial de jupyter notebook

Jupyter Notebook: Access to the file was denied
jupyter notebook --generate-config

Editar el archivo jupyter_notebook_config.py recién generado::

gedit ~/.jupyter/jupyter_notebook_config.py

Y agregar/descomentar:

c.NotebookApp.use_redirect_file = False

Para cambiar el directorio raiz:

c.NotebookApp.notebook_dir = '/the/path/to/home/folder/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment