Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html export button does not work when notebook is in path 3 layers deep #18

Closed
vinhdizzo opened this issue May 4, 2016 · 1 comment
Closed

Comments

@vinhdizzo
Copy link

On Windows, I get a 404 error similar to what we saw here when I click html export on a notebook that is 4 layers deep: tree/folder1/folder2/folder3. When the notebook is in folder1 or 2, things work. Thanks.

@kirbs-
Copy link
Owner

kirbs- commented May 4, 2016

I forgot to add this to the documentation. This plugin has to add routes to the various export handlers for each folder level when Jupyter starts. The default is 3 levels deep, with the root folder being level 1. You can change this behavior though using the code below.

from hide_code import HideCodeConfig as c
c.set('nested_params_depth', <number of levels>) # to reach folder3 above set this to 4

Then restart Jupyter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants