3

I regularly run jupyter notebook for tinkering with python projects (usually related to data analytics). It would be helpful if the jupyter "Home" page (the file system browser window) would display hidden dot-files ("."-files).

I'm sure there's a jupyter notebook configuration process I don't know about. If anyone has any insights I would appreciate the help!

1

1 Answer 1

1

1- Run jupyter server --generate-config in terminal.

2- Open the jupyter_server_config.py file generated in an editor.

3- Add c.ContentsManager.allow_hidden = True to the jupyter_server_config.py file.

4- Run jupyter notebook in terminal and navigate to View->Show Hidden Files. Here you can toggle hidden files' visibility in Jupyter.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.