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

codefolding incorrect path? #130

Closed
psychemedia opened this issue Nov 6, 2014 · 2 comments
Closed

codefolding incorrect path? #130

psychemedia opened this issue Nov 6, 2014 · 2 comments

Comments

@psychemedia
Copy link

codefolding.js has includes loaded in from:

'/nbextensions/usability/codefolding/indent-fold.js',
'/nbextensions/usability/codefolding/firstline-fold.js'

and

load_css("/nbextensions/usability/codefolding/foldgutter.css");

but the documentation suggests locating codefolding dir as /static/custom/codefolding/ ?

@juhasch
Copy link
Member

juhasch commented Nov 7, 2014

The suggested location for notebook extensions is in your local IPython directory structure, e.g. `~/.ipython/nbextensions/'. I have updated the installation instructions to reflect this. Thanks for pointing out this inconsistency.
Feel free to improve the documentation if you think it is unclear.

@juhasch
Copy link
Member

juhasch commented Nov 10, 2014

Should be fixed now. Closing.

@juhasch juhasch closed this as completed Nov 10, 2014
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