jupyter_nbextensions_configurator
jupyter_nbextensions_configurator copied to clipboard
Getting Validating: problems found error for coldfolding/main
I have Python 3.7. I cloned the nbextensions repository copied its contents into my Python directory to get "C:\Python\Python37\Lib\site-packages\jupyter_contrib_nbextensions\nbextensions". This path contains all of the extensions like codefolding etc.
when I enter
jupyter contrib nbextension install --system
I get the following:
`community-contributed spice for Jupyter Interactive Computing
Options
Arguments that take values are actually convenience aliases to full Configurables, whose aliases are listed on the help line. For more information on full configurables, see '--help-all'.
--debug set log level to logging.DEBUG (maximize logging output) --generate-config generate default config file -y Answer yes to any questions instead of prompting. --log-level=<Enum> (Application.log_level) Default: 30 Choices: (0, 10, 20, 30, 40, 50, 'DEBUG', 'INFO', 'WARN', 'ERROR', 'CRITICAL') Set the log level by value or name. --config=<Unicode> (JupyterApp.config_file) Default: '' Full path of a config file.
To see all available configurables, use --help-all
[JupyterContribApp] CRITICAL | Bad config encountered during initialization: [JupyterContribApp] CRITICAL | Unrecognized flag: '--system'`
When I enter
jupyter contrib nbextension install --user
I get the following: `community-contributed spice for Jupyter Interactive Computing
Options
Arguments that take values are actually convenience aliases to full Configurables, whose aliases are listed on the help line. For more information on full configurables, see '--help-all'.
--debug set log level to logging.DEBUG (maximize logging output) --generate-config generate default config file -y Answer yes to any questions instead of prompting. --log-level=<Enum> (Application.log_level) Default: 30 Choices: (0, 10, 20, 30, 40, 50, 'DEBUG', 'INFO', 'WARN', 'ERROR', 'CRITICAL') Set the log level by value or name. --config=<Unicode> (JupyterApp.config_file) Default: '' Full path of a config file.
To see all available configurables, use --help-all
[JupyterContribApp] CRITICAL | Bad config encountered during initialization: [JupyterContribApp] CRITICAL | Unrecognized flag: '--user'`
And again when I enter
jupyter nbextension enable codefolding/main
I get the following:
Enabling notebook extension codefolding/main... - Validating: problems found: - require? X codefolding/main
Thanks for all of your help
I have the same error and nobody seems to have an answer
I have the same problem.